CSS pre-processor Less.js
LESS erweitert CSS um Variablen, verschachelte Regeln und Berechnungen und mit Less.js braucht es keinen Serverseitigen Code mehr:
Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a link to the script in your HTML, and…that’s that. LESS is now going to process LESS code so instead of including a link to a CSS file, you’ll include a link directly to your LESS code. That’s right, no CSS pre-processing, LESS will handle it live.
Allerdings funktionieren die Seiten dann natürlich nur noch mit JavaScript, was ich persönlich inakzeptabel finde.

