mirror of
https://github.com/less/less.js.git
synced 2026-01-23 14:18:00 -05:00
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
#functions {
|
|
color: color("evil red"); // #660000
|
|
width: increment(15);
|
|
height: undefined("self");
|
|
border-width: add(2, 3);
|
|
}
|