Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
Render a stylesheet with the default configuration. The pretty printer is used by default.
Render to CSS using the default configuration (pretty
) and directly
print to the standard output.
renderWith :: Config -> [App] -> Css -> Text Source
Render a stylesheet with a custom configuration and an optional outer scope.
renderSelector :: Selector -> Text Source
Render a single CSS Selector
.