clay: CSS preprocessor as embedded Haskell.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.


[Skip to Readme]

Properties

Versions 0.0.1, 0.1, 0.1.1, 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.6, 0.7, 0.8, 0.8.0.1, 0.9, 0.9.0.1, 0.10, 0.10.1, 0.11, 0.12, 0.12.1, 0.12.2, 0.12.3, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.3, 0.14.0, 0.15.0
Change log CHANGELOG
Dependencies base (>=4.10 && <5), mtl (>=1 && <2.3), text (>=0.11 && <1.3) [details]
License BSD-3-Clause
Author Sebastiaan Visser
Maintainer Sebastiaan Visser <code@fvisser.nl>
Category Web, Graphics
Home page http://fvisser.nl/clay
Bug tracker http://github.com/sebastiaanvisser/clay/issues
Source repo head: git clone git://github.com/sebastiaanvisser/clay.git
Uploaded by turion at 2019-11-26T21:23:56Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for clay-0.13.3

[back to package description]

Clay

Build Status Hackage

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 the project homepage.

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