Liking cljdoc? Tell your friends :D

tornado.compression

A namespace for compression of the compiled CSS file.

A namespace for compression of the compiled CSS file.
raw docstring

compressclj/s

(compress expr)

Compresses a stylesheet.

Compresses a stylesheet.
sourceraw docstring

compress-newlinesclj/s

(compress-newlines expr)

Transforms newlines to spaces.

Transforms newlines to spaces.
sourceraw docstring

reduce-spacesclj/s

(reduce-spaces expr)

Reduces consecutive spaces to one space.

Reduces consecutive spaces to one space.
sourceraw docstring

remove-spaces-after-colonsclj/s

(remove-spaces-after-colons expr)

Removes spaces directly after colons.

Removes spaces directly after colons.
sourceraw docstring

remove-spaces-after-commasclj/s

(remove-spaces-after-commas expr)

Removes spaces directly after commas.

Removes spaces directly after commas.
sourceraw docstring

remove-spaces-after-semicolonsclj/s

(remove-spaces-after-semicolons expr)

Removes spaces directly after semicolons.

Removes spaces directly after semicolons.
sourceraw docstring

remove-spaces-around-bracketsclj/s

(remove-spaces-around-brackets expr)

Removes spaces before and after all types of brackets.

Removes spaces before and after all types of brackets.
sourceraw docstring

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

× close