synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

11 lines
246 B
Plaintext

#header {
color: (@base-color * 3);
border-left: @the-border;
border-right: (@the-border * 2);
}
#footer {
color: (@base-color + #003300);
border-color: @red;
}
@red: blue; // var is overridden by the modifyVars
//@base-color: green;