Reordering and Combining ouput
azinasili opened this issue · 2 comments
azinasili commented
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?
chuddayo commented
I'm having the same issue where, in the minified file, a:hover is now styled before a:visited thereby eliminating the hover effect.
sindresorhus commented
This task supports any option clean-css
supports. Would need to be added to clean-css
first.