till / cssmin

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

One line css problem if no ; before } #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
.x-panel-body {display: block}
.x-panel-reset { display: block; } 

What is the expected output? 
x-panel-body{display:block}.x-panel-reset { display:block}
What do you see instead?
x-panel-body{display:block;.x-panel-reset { display:block}

What version of the product are you using? On what operating system?
2.0.0.b3

Please provide any additional information below.
If the css is described in 1 line and there is no ; before }, the output is 
wrong : there is a ; instead of }

Original issue reported on code.google.com by d.dussou...@2n-tech.com on 9 Aug 2010 at 11:04

GoogleCodeExporter commented 8 years ago
Fixed in version 2.0.0.b4. Thanks for reporting. 

The parser is currently under rewriting to get more stable (and probable 
faster).

Original comment by joe.scylla on 9 Aug 2010 at 11:37