Difference between revisions of "Web/Libraries/CSS"

From HaskellWiki
< Web‎ | Libraries
Jump to navigation Jump to search
m
m (Adding info box)
Line 1: Line 1:
 
[[Category:Web|*]]
 
[[Category:Web|*]]
  +
{{Web infobox}}
   
 
== Factor CSS ==
 
== Factor CSS ==

Revision as of 12:56, 3 October 2010

Haskell Web Development

Software:
Servers - Libraries - Frameworks
Deploy - Cloud
Interfaces to frameworks
Databases and Persistence
Testing and Verification
Content Management

Community & Research:
Forums and Discussion
Literature (research, talks and blogs)
Existing Haskell web applications
Ongoing projects and ideas

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