@hackage clay0.10

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.9 -> 0.10
- Bumped up text requirement.
- Added cursor property.
- Added vertical-align property.
- Removed Abs constraint from Geometry functions.
- Added support for rem dimensions.
- Added support for ListStyle.
Thanks to Lorenzo Bolla, Fraser Murray, Heather and Sergey!