Web/Libraries/CSS
From HaskellWiki
(add Cassius) |
m (→CSS: fix messed up table) |
||
| (One intermediate revision not shown.) | |||
| Line 17: | Line 17: | ||
Part of hamlet- see [[Web/Libraries/Templating]]. | Part of hamlet- see [[Web/Libraries/Templating]]. | ||
Insert haskell values into your stylesheets. | Insert haskell values into your stylesheets. | ||
| + | |||
| + | == CSS == | ||
| + | |||
| + | Minimal monadic CSS DSL. | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! License: | ||
| + | | BSD3 | ||
| + | |- | ||
| + | ! Author: | ||
| + | | Chris Done | ||
| + | |- | ||
| + | ! Documentation: | ||
| + | | [https://github.com/chrisdone/css/blob/master/README.md README] | ||
| + | |- | ||
| + | ! Package & repositories | ||
| + | | [http://hackage.haskell.org/package/css Hackage] - [https://github.com/chrisdone/css Github] | ||
| + | |} | ||
Current revision
1 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(?) |
2 Cassius
Part of hamlet- see Web/Libraries/Templating. Insert haskell values into your stylesheets.
3 CSS
Minimal monadic CSS DSL.
| License: | BSD3 |
|---|---|
| Author: | Chris Done |
| Documentation: | README |
| Package & repositories | Hackage - Github |
