fmarcia / uglifycss

Port of YUI CSS Compressor from Java to NodeJS
MIT License
284 stars 37 forks source link

Bug with comments #32

Closed raphaelMalie closed 9 years ago

raphaelMalie commented 9 years ago

Uglifycss bug when there is a comment like that (notice the /* inside) :

/* line 56, sprite/icon-header/.png / .my-css-class{ font-weight:bold; }

This comment is totally valid. The problem is that these kind of comments are generated by SASS with sprites, so sadly I can't change them.

Regards,