carto/test/less/functions.less
2010-02-23 18:02:00 -05:00

7 lines
134 B
Plaintext

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