paraseba / cssgen

Generate CSS from clojure code with an embedded DSL
http://wiki.github.com/paraseba/cssgen/
120 stars 10 forks source link

rule-seq #9

Closed MichaelDrogalis closed 9 years ago

MichaelDrogalis commented 12 years ago

Added a rule-seq macro that groups rules into a vector named rule-sequence.

The purpose of having such a macro is that it will provide the necessary hook for a Leiningen plugin to generate CSS files. I have already begun the project. Anyone using this plugin, however, must also use the fork I made of cssgen which contains the rule-seq macro. It would be ideal to merge the macro into cssgen's core so that users of the Lein plugin can simply use the original cssgen dependency.

FYI, feature to watch files and generate CSS files on modification is on the way. :)