mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04: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`;
|
|
}
|