I have been looking at LESS (http://lesscss.org/) which adds variables and macro like features to CSS. This means you can define an RGB colour once somewhere, then use that variable all through your CSS. Basically, it looks like a really cool solution.
However, it depends on Ruby, which is not part of my normal dev stack, so I thought I would ask here to see if anyone knows of similar CSS extensions that are implemented in other languages that I might be able to add to my tool chain more easily? Thanks.