Web/Libraries/CSS
Factor CSS[edit]
This tool takes a CSS stylesheet on input and produces an almost equivalent stylesheet on output, but with rulesets split, combined, and reordered to "factor out" common declarations. This helps reveal shared components. The resulting stylesheet may also be smaller.
Home page: | http://zamez.org/factorcss |
---|---|
Package & repositories | VS/SVN(?) |
Cassius[edit]
Part of hamlet- see Web/Libraries/Templating. Insert haskell values into your stylesheets.
CSS[edit]
Minimal monadic CSS DSL.
License: | BSD3 |
---|---|
Author: | Chris Done |
Documentation: | README |
Package & repositories | Hackage - Github |
Clay[edit]
Modern, well-documented CSS preprocessor with a Haskell DSL
Home page: | http://fvisser.nl/clay/ |
---|---|
Package & repositories | github - hackage |