hamlet-0.7.0.2: Haml-like template files that are compile-time checked

Text.Cassius

Documentation

type Cassius url = (url -> [(String, String)] -> String) -> CssSource

type Css = [Css']Source

renderCassius :: (url -> [(String, String)] -> String) -> Cassius url -> TextSource

data Color Source

Constructors

Color Word8 Word8 Word8 

Instances

Show Color 
ToCss Color