clean-css.git
13 years agoVersion 0.2.2.
Jakub Pawlowicz [Sun, 17 Apr 2011 14:53:18 +0000 (16:53 +0200)]
Version 0.2.2.

13 years agoFixed problem with space before color in 'border' property.
Jakub Pawlowicz [Sun, 17 Apr 2011 14:52:09 +0000 (16:52 +0200)]
Fixed problem with space before color in 'border' property.

13 years agoUpdate to version 0.2.1.
Jakub Pawlowicz [Sat, 19 Mar 2011 09:08:56 +0000 (10:08 +0100)]
Update to version 0.2.1.

* Added stripping space before !important keyword.

13 years agoAdded history.
Jakub Pawlowicz [Wed, 2 Mar 2011 21:13:57 +0000 (22:13 +0100)]
Added history.

13 years agoUpdated to version 0.2.0. Added options parsing via optimist.
Jakub Pawlowicz [Wed, 2 Mar 2011 21:03:39 +0000 (22:03 +0100)]
Updated to version 0.2.0. Added options parsing via optimist.

13 years agoFixed path to cleancss binary.
Jakub Pawlowicz [Mon, 28 Feb 2011 19:34:09 +0000 (20:34 +0100)]
Fixed path to cleancss binary.

13 years agoFirst version of clean-css.
Jakub Pawlowicz [Mon, 7 Feb 2011 16:08:11 +0000 (17:08 +0100)]
First version of clean-css.

* Implemented all standard transformations (cleaning up whitespace, semicolons, long color declarations, empty elements, etc...).
* Added tests for all transformations.
* Added tests cleaning up some standard libraries (reset.css, 960.gs, blueprint.css).

13 years agoAdded all basic CSS transformations.
Jakub Pawlowicz [Mon, 7 Feb 2011 11:36:29 +0000 (12:36 +0100)]
Added all basic CSS transformations.