Moonfall: CSS with Variables
One of the shortcomings of CSS is the inability to declare variables. How many times did you have to do a search and replace in order to replace a certain color value? This has led many of us to resort to JavaScript/PHP/CGI techniques as temporary solution while waiting for CSS3.
If you’re looking for a quick fix that requires little programming, you may want to check out Moonfall, a CGI script that allows you to declare variables and inject them at the right places and generate a new CSS file. Happy coding!

