Safe Haskell | None |
---|---|
Language | Haskell2010 |
Clay.Render
Documentation
Render a stylesheet with the default configuration. The pretty printer is used by default.
htmlInline :: Config #
Configuration to print to a compacted unreadable CSS output for embedding inline with HTML.
Render to CSS using the default configuration (pretty
) and directly
print to the standard output.
renderWith :: Config -> [App] -> Css -> Text #
Render a stylesheet with a custom configuration and an optional outer scope.
renderSelector :: Selector -> Text #
Render a single CSS Selector
.
withBanner :: Text -> Text #