Web/Libraries/CSS

From HaskellWiki
< Web‎ | Libraries
Revision as of 19:22, 1 October 2010 by Chrisdone (talk | contribs) (Initial with factor css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Factor CSS

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