define colors as variables in CSS
- by patrick
Hi all,
I'm working CSS file which is quite long. I know the client could ask for changes to the color scheme, and was wondering: is it possible to assign colors to variables so I can just change them to have the new color applied to all elements that use it?
Please note I can't use php to dynamically change the css file.