mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
#functions {
|
|
color: color("evil red"); // #660000
|
|
width: increment(15);
|
|
height: undefined("self");
|
|
border-width: add(2, 3);
|
|
}
|
|
|
|
#built-in {
|
|
escaped: e("-Some::weird(#thing, y)");
|
|
}
|