Client wants to define something like drrdarktext : ####### and then later in the files, use color:drrdarktext.
This is partially a reaction, I think, to there being, I think 3 separate directory trees where there are CSS files, and it seems like there is a lot of jumping between them.
I can feel the client’s pain, but implementing something like this would require some kind of pre-processor for the CSS to make it work in the browser. You’d also have to do some kind of fun regex work to say “all the a hrefs which are now any shade of brown, make them drrdarktext”.
Thanks.