garfieldqWRock
New Member
Is there a way to set global variables in css such as:\[code\]@Color1 = #fff;@Color2 = #b00;@Color3 = #050;h1 {colorColor1;backgroundColor2;}\[/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.