[[minifyCSS]]

The minifyCSS snippet takes a block of CSS and removes white space and comments before outputting it to the browser. With compression this can reduce the size of the CSS file being sent to the browser.

Parameter Description
css The CSS to minify.



TOP