@hackage clay0.1

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://sebastiaanvisser.github.com/clay.

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

0.0.1 -> 0.1
  - Fixed bug in combined selector rendering.
  - Fixed bug in font familty fallback category rendering.
  - Added maxWidth and maxHeight.
  - Fixed example code.
  - Fixed overflowX/overflowY bug.
  - Added some show instance for debugging purposes.
  - Don't print the star (*) selector in the case of refinements.
  - Refinements applied to the top level magically introduce star selector.