Autoprefixer: -ms- prefixes not added for CSS Grid and IE11

Created on 17 Oct 2017  路  7Comments  路  Source: postcss/autoprefixer

browserlist in package.json:

"browserslist": [
    "> 1%",
    "last 2 versions",
    "ie >= 11"
  ]

I'm not getting any of the -ms- prefix properties for any of the grid properties. I do get them from flexbox so I know Autoprefixer is working.

Most helpful comment

All 7 comments

Found #882 and Rachel's article.

You can enable -ms- Grid prefixes by grid: true option

But how can we use it directly in the interactive demo ?? I already have a css and trying to paste in the online interactive demo but the grid option unable to find.. http://autoprefixer.github.io/

@AyzPat ask interactive demo author to add this option. Sorry, I don鈥檛 have access to this demo

K, but the demo link is in this repo's readme file....

@evgeny-petukhov Thanks man will check that out...

Was this page helpful?
0 / 5 - 0 ratings