gruntjs/grunt-contrib-cssmin

Reordering and Combining ouput

azinasili opened this issue · 2 comments

It seems that clean-css now restructures and combines like declarations, in theory this is fantastic however I found it causes slight issues especially with CSS cascading. Is it possible to add an option to turn this feature off?

I'm having the same issue where, in the minified file, a:hover is now styled before a:visited thereby eliminating the hover effect.

This task supports any option clean-css supports. Would need to be added to clean-css first.