Cheetah
Minify Namespace Reference

Detailed Description

Class Minify_CSS_Compressor

Compress CSS

This is a heavy regex-based removal of whitespace, unnecessary comments and tokens, and some CSS value minimization, where practical. Many steps have been taken to avoid breaking comment-based hacks, including the ie5/mac filter (and its inversion), but expect tricky hacks involving comment tokens in 'content' value strings to break minimization badly. A test suite is available.

Author
Stephen Clay steve.nosp@m.@mrc.nosp@m.lay.o.nosp@m.rg
http://code.google.com/u/1stvamp/ (Issue 64 patch)