@hackage clay0.4

CSS preprocessor as embedded Haskell.

Clay is a CSS preprocessor like LESS and Sass, but implemented as an embedded domain specific language (EDSL) in Haskell. This means that all CSS selectors and style rules are first class Haskell functions, which makes reuse and composability easy.

The project is described on http://fvisser.nl/clay.

The API documentation can be found in the top level module Clay.

0.3 -> 0.4
  - Added dynamic presentation. (thanks to chrisdone)
  - Float now has its own value, don't incorrectly share side. (thanks to chrisdone)
  - Added nil size constructor.
  - Slightly improved the gradient syntax.
  - Expose the Propery module by default.
  - Introduced shared 'all' value.