Stylesheet compression utilities.
Stylesheet compression utilities.
(compress-stylesheet stylesheet)
(compress-stylesheet stylesheet line-break-position)
Compress a stylesheet with the YUI CSSCompressor. Set line-break-position to -1 for no line breaks, 0 for a line break after each rule, and n > 0 for a line break after at most n columns. Defaults to no -1
Compress a stylesheet with the YUI CSSCompressor. Set line-break-position to -1 for no line breaks, 0 for a line break after each rule, and n > 0 for a line break after at most n columns. Defaults to no -1
(compress-stylesheet stylesheet)
Compress a string of CSS using a basic compressor.
Compress a string of CSS using a basic compressor.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close