mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
#functions {
|
|
color: color("evil red"); // #999999
|
|
width: increment(15);
|
|
height: undefined("self");
|
|
border-width: add(2, 3);
|
|
}
|