Safe Haskell | None |
---|
Module used for CSS compression. The compression is currently in a simple state, but would typically reduce the number of bytes by about 25%.
- compressCssCompiler :: Compiler (Item String)
- compressCss :: String -> String
Documentation
compressCssCompiler :: Compiler (Item String)Source
Compiler form of compressCss
compressCss :: String -> StringSource
Compress CSS to speed up your site.