paraseba / cssgen

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

Using jolby/colors #6

Closed gf3 closed 9 years ago

gf3 commented 12 years ago

It might be worth using something like jolby/colors for all the color props. That way we can use whatever representation we like, and just pass in a color.

For instance, I like to work with HSL because it's easier to grok, but ultimately I don't care what it ends up as in the stylesheet.

paraseba commented 12 years ago

Good idea, I'll take a deeper look soon. As always, patches welcomed. Thanks for pointing this out.