mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
15 lines
141 B
CSS
15 lines
141 B
CSS
.eval {
|
|
js: 42;
|
|
js: 2;
|
|
js: "hello world";
|
|
sigkill: 9;
|
|
ternary: true;
|
|
}
|
|
.scope {
|
|
var: 42;
|
|
escaped: 7px;
|
|
}
|
|
.vars {
|
|
width: 8;
|
|
}
|