Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
normalizeCss :: ByteString Source #
An embedded copy of normalize.css as a UTF-8 encoded ByteString; this should be included before pursuit.css in any HTML page using pursuit.css.
normalizeCssT :: Text Source #
Like normalizeCss
, but as a Text
.
pursuitCss :: ByteString Source #
CSS for use with generated HTML docs, as a UTF-8 encoded ByteString.
pursuitCssT :: Text Source #
Like pursuitCss
, but as a Text
.