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.
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....
@AyzPat Grid support is added https://github.com/autoprefixer/autoprefixer.github.io/issues/27
@evgeny-petukhov Thanks man will check that out...
Most helpful comment
@AyzPat Grid support is added https://github.com/autoprefixer/autoprefixer.github.io/issues/27