gruntjs / grunt-contrib-cssmin

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

HTML break line on css rule content "}" #243

Closed albanx closed 9 years ago

albanx commented 9 years ago

Hi Running the minification it generates this output css: `` :after{content:"}

"} ``

expected:

:after{content:"}"}

this breaks my css. Is this an issue, any workaroud?

Cheers

sindresorhus commented 9 years ago

From the top of the readme:

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