mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
16 lines
265 B
CSS
16 lines
265 B
CSS
#functions {
|
|
color: #660000;
|
|
width: 16;
|
|
height: undefined("self");
|
|
border-width: 5;
|
|
variable: 11;
|
|
}
|
|
#built-in {
|
|
escaped: -Some::weird(#thing, y);
|
|
lighten: #ff8080;
|
|
darken: #800000;
|
|
saturate: #203c31;
|
|
desaturate: #29332f;
|
|
greyscale: #2e2e2e;
|
|
}
|