stanislav-reshetnev / cssmin

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

IE6 css hack problem #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of CssMin are you using (source and/or build)?
CssMin v3.0.1

What is the expected result?

Expected to work with ie6 hack _background/**/:/**/ url(..);

And what is the actual result and/or error message?

/**//**/_background:url(..)

Original issue reported on code.google.com by norkunas...@gmail.com on 13 Dec 2012 at 11:29

GoogleCodeExporter commented 9 years ago
display/**/: block;

becomes the:

 display:block;

Original comment by norkunas...@gmail.com on 13 Dec 2012 at 11:46