preliminary support for evaluating JavaScript code inside LESS

This commit is contained in:
cloudhead
2010-07-08 19:04:36 +02:00
parent 66fa17b274
commit e36080a3ff
7 changed files with 81 additions and 11 deletions

9
test/css/javascript.css Normal file
View File

@@ -0,0 +1,9 @@
.eval {
js: 42;
js: 2;
js: "hello world";
sigkill: 9;
}
.scope {
var: 42;
}