Files
less.js/test/less/functions.less
2010-03-05 14:57:23 -05:00

7 lines
134 B
Plaintext

#functions {
color: color("evil red"); // #660000
width: increment(15);
height: undefined("self");
border-width: add(2, 3);
}