Primigenus / clay

A CSS preprocessor as embedded Haskell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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".

About

A CSS preprocessor as embedded Haskell.

License:Other


Languages

Language:Haskell 99.9%Language:Shell 0.1%