cssgen icon indicating copy to clipboard operation
cssgen copied to clipboard

Generate CSS from clojure code with an embedded DSL

Results 3 cssgen issues
Sort by recently updated
recently updated
newest added

https://groups.google.com/forum/?fromgroups=#!topic/clojure/gOffhotk25Y It is also horribly ununique.

Not a terminal issue, but a touch on the annoying side. I've been porting a few libraries to cssgen, because I prefer to write clojure code over Ruby. I'm running...

If I require css.types instead of use, say for instance ``` (require '[css.types :as ct]) ``` Then ct/% will throw ``` java.lang.Exception: Invalid token: ct/ [Thrown class clojure.lang.LispReader$ReaderException] ``` On...