stitch-0.2.0.0: lightweight CSS DSL

Safe HaskellNone
LanguageHaskell2010

Stitch.Combinators

Synopsis

Documentation

(.=) :: Monad m => Text -> Text -> StitchT m () infix 7 Source

Add a key-value property pair.

(?) :: Monad m => Selector -> StitchT m a -> StitchT m a infixr 6 Source

Nest a selector under the current selector.

(-:) :: Monad m => Text -> StitchT m a -> StitchT m a Source

comment :: Monad m => Text -> StitchT m () Source

Add a comment to the CSS output.