gruntjs / grunt-contrib-cssmin

Compress CSS files.
http://gruntjs.com/
MIT License
793 stars 147 forks source link

Stripping * in *:before #238

Closed knynkwl closed 9 years ago

knynkwl commented 9 years ago

Hey, just ran into this problem. when compressing my css file, it seems to strip * if it's in front of a sudo element.

.some-element *:before turns into .some-element :before

sindresorhus commented 9 years ago

From the readme:

Issues with the output should be reported on the clean-css issue tracker.