Context
CSS lacks things like variables, functions, etc ...
Clojure is great for writing DSLS.
I'm currently already using Clojure+Ring+Compojure for backend; ClojureScript for writing Javascript to interact with Google Closure classes.
I would like to be able to create CSS in Clojure.
Question
Is there any good Clojure DSL for creating CSS?