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