stitch-0.2.0.0: lightweight CSS DSL

Safe HaskellNone
LanguageHaskell2010

Stitch.Types.Selector

Synopsis

Documentation

newtype Selector Source

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

Constructors

Selector 

Fields

unSelector :: [Text]