@hackage clay0.11
CSS preprocessor as embedded Haskell.
Categories
License
BSD-3-Clause
Maintainer
Sebastiaan Visser <code@fvisser.nl>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
Dependents (21)
@hackage/web-rep, @hackage/tintin, @hackage/threepenny-gui-flexbox, @hackage/web-page, @hackage/blunt, @hackage/nested-routes, Show all…
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.10 -> 0.10.1 - Expose a render function for single selectors. - Added super for vertical-align. - Added support for border-collapse. - Allow initial for the content property. - Added support for CSS import. Thanks to Heather, Collin J. Doering, Fraser Murray and Jonathan Fischoff.