till / cssmin

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

Incorrect removal of spaces following a quoted comma #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 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 8 years ago
Sorry for the duplicate.

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

GoogleCodeExporter commented 8 years ago

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