mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
preliminary support for evaluating JavaScript code inside LESS
This commit is contained in:
9
test/css/javascript.css
Normal file
9
test/css/javascript.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.eval {
|
||||
js: 42;
|
||||
js: 2;
|
||||
js: "hello world";
|
||||
sigkill: 9;
|
||||
}
|
||||
.scope {
|
||||
var: 42;
|
||||
}
|
||||
Reference in New Issue
Block a user