Files
less.js/test/css/functions.css
cloudhead a4d4d55693 Evaluate function calls properly.
- `fun(f())` is now possible
- Anonymous can take normal strings
- Tests for `%()`
2010-04-30 14:07:05 -04:00

18 lines
324 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;
format: "rgb(32, 128, 64)";
eformat: rgb(32, 128, 64);
}