stitch-0.1.0.0: lightweight CSS DSL

Safe HaskellNone
LanguageHaskell2010

Stitch.Types

Synopsis

Documentation

newtype Selector Source

Represents a CSS selector. Can be combined with other Selectors using its Monoid instance.

Constructors

Selector Text 

data Import Source

Constructors

Import Text