kevin-montrose / More

A CSS Compiler
Microsoft Public License
42 stars 4 forks source link

General minifier deficiencies #8

Closed kevin-montrose closed 12 years ago

kevin-montrose commented 12 years ago

Minifier should be aware of and collapse to the various shorthand properties where possible.

font & background are implemented already, but the following still (provisionally) need to be done:

CSS 2.1 ( http://www.w3.org/TR/CSS21/propidx.html ):

CSS 3

The current manner of collapsing is pretty adhoc, so some refactoring will be needed for this.