grunt-stripmq icon indicating copy to clipboard operation
grunt-stripmq copied to clipboard

"opacity" IE 8 issue

Open armandeep opened this issue 9 years ago • 1 comments

Hi,

I have installed this plugin in my project, It does not replace "opacity" css.

Thank you

armandeep avatar Mar 26 '15 23:03 armandeep

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.

dherran avatar May 11 '15 10:05 dherran