mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
.eval {
|
|
js: `42`;
|
|
js: `1 + 1`;
|
|
js: `"hello world"`;
|
|
sigkill: `process.SIGKILL`;
|
|
}
|
|
.scope {
|
|
@foo: 42;
|
|
var: `this.foo`;
|
|
}
|