grunt-stripmq
grunt-stripmq copied to clipboard
"opacity" IE 8 issue
Hi,
I have installed this plugin in my project, It does not replace "opacity" css.
Thank you
This grunt task is not meant to patch up up your CSS to make it IE8 compatible, it will just strip out the media queries and generate an IE8 CSS desktop fallback for you. This task is meant for frameworks such as Bootstrap and Foundation which are mobile first.
If you want opacity fallbacks, then you will have to use autoprefixer or compass.