Feb 3, 2012
0 notes
Less CSS
@nice-blue: #5B83AD;
@light-blue: @nice-blue + #111;
#header { color: @light-blue; }
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.
About
@nice-blue: #5B83AD;
@light-blue: @nice-blue + #111;
#header { color: @light-blue; }
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.