I ran into an issue with clean-css in IE10. I'm needing to turn off the spaces after closing braces optimization.
I'm using the grunt-contrib-cssmin plugin to automate all these optimizations, but I don't see a way to access the compatibility flags from within this plugin.
Has anyone been able to target the compatibility settings of clean-css from the grunt-contrib-cssmin plugin?