Web/Libraries/CSS: Difference between revisions
m (Adding info box) |
(Added Clay) |
||
(4 intermediate revisions by 3 users not shown) | |||
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](?) | |||
|} | |||
== Cassius == | |||
Part of hamlet- see [[Web/Libraries/Templating]]. | |||
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] | |||
|} | |||
== Clay == | |||
Modern, well-documented CSS preprocessor with a Haskell DSL | |||
{| class="wikitable" | |||
! Home page: | |||
| http://fvisser.nl/clay/ | |||
|- | |||
! Package & repositories | |||
| [https://github.com/sebastiaanvisser/clay github] - [http://hackage.haskell.org/package/clay hackage] | |||
|} |
Latest revision as of 16:13, 5 June 2019
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(?) |
Cassius
Part of hamlet- see Web/Libraries/Templating. Insert haskell values into your stylesheets.
CSS
Minimal monadic CSS DSL.
License: | BSD3 |
---|---|
Author: | Chris Done |
Documentation: | README |
Package & repositories | Hackage - Github |
Clay
Modern, well-documented CSS preprocessor with a Haskell DSL
Home page: | http://fvisser.nl/clay/ |
---|---|
Package & repositories | github - hackage |