Liking cljdoc? Tell your friends :D

mranderson048.garden.v1v3v3.garden.compression

Stylesheet compression utilities.

Stylesheet compression utilities.
raw docstring

compress-stylesheetclj/s≠

clj
(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
cljs
(compress-stylesheet stylesheet)

Compress a string of CSS using a basic compressor.

Compress a string of CSS using a basic compressor.
source (clj)source (cljs)raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close