Web/Libraries/CSS: Difference between revisions
m (Adding info box) |
(Use tables) |
||
Line 6: | Line 6: | ||
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. | 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. | ||
{| class="wikitable" | |||
! Home page: | |||
| http://zamez.org/factorcss | |||
|- | |||
! Package & repositories | |||
| [http://zamez.org/source/factorcss/ VS/SVN](?) | |||
|} |
Revision as of 00:24, 4 October 2010
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 | VS/SVN(?) |