css-0.1: Minimal monadic CSS DSL.

Language.CSS

Description

CSS generation.

Synopsis

Documentation

runCSS :: CSS Rule -> [Rule]Source

Generate CSS rules.

renderCSS :: [Rule] -> TextSource

Render a CSS AST to text, flat.

renderPrettyCSS :: [Rule] -> TextSource

Render a CSS AST to text, pretty.

rules :: Ruleable a => [Text] -> CSS (Either Property Rule) -> CSS aSource

rule :: Ruleable a => Text -> CSS (Either Property Rule) -> CSS aSource