Creating CSS Global Variables

garfieldqWRock

New Member
Is there a way to set global variables in css such as:\[code\]@Color1 = #fff;@Color2 = #b00;@Color3 = #050;h1 {color:@Color1;background:@Color2;}\[/code\]I have several theme stylesheets whose only difference is color. My desire to not have to do a replace all every time I make a change.
 
Back
Top