cascading-0.1.0: DSL for HTML CSS (Cascading Style Sheets)
Data.CSS.Render
Contents
Description
Synopsis
renderCSS :: Writer CSS a -> BuilderSource
Render the given stylesheet.
renderCSST :: Monad m => WriterT CSS m a -> m BuilderSource
fromCSS :: CSS -> BuilderSource
Render the given raw stylesheet to a Builder.
Builder