simonschaufi / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

Incorrect removal of spaces following a quoted comma #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. INPUT: ul.comma > li:not(:only-child):after{content:", ";}
2. Minify
3. OUTPUT: ul.comma > li:not(:only-child):after{content:",";}

What is the expected output? What do you see instead?
ul.comma > li:not(:only-child):after{content:", ";}
See above.

What version of the product are you using? On what operating system?
1.0
OS X 10.5

Please provide any additional information below.

Original issue reported on code.google.com by alexande...@gtempaccount.com on 2 Apr 2009 at 6:21

GoogleCodeExporter commented 9 years ago
Perhaps you can use all or parts of the css minifier in Minify. I  think this 
lighteight approach is better than the 
larger minify, however their regular expressions may be better.

Copy with pride.

http://code.google.com/p/minify/source/browse/trunk/min/lib/Minify/CSS/Compresso
r.php

Original comment by alexande...@gtempaccount.com on 2 Apr 2009 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by joe.scylla on 15 Apr 2009 at 12:12

GoogleCodeExporter commented 9 years ago
Fixed in v2.0.0.b1

Original comment by joe.scylla on 6 Aug 2010 at 1:07