public
Description: Ruby library for minifying CSS.
Homepage:
Clone URL: git://github.com/rgrove/cssmin.git
cssmin / HISTORY
100644 14 lines (10 sloc) 0.442 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CSSMin History
================================================================================
 
Version 1.0.2 (2008-08-23)
  * Fixed a bug that could have resulted in a necessary space being removed if
    it preceded a compressible color value, such as in the property
    "border:1px solid #cccccc".
 
Version 1.0.1 (2008-07-25)
  * Fixed a rare bug that could result in redundant semicolons.
 
Version 1.0.0 (2008-03-22)
  * First release.