-ms- prefixes not added for CSS Grid and IE11
See original GitHub issuebrowserlist 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.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
PostCSS Autoprefixer does not add grid prefixes for Internet ...
When we now run the build-css script, we would expect the output file to generate the grid prefixes for IE11. All other prefixes...
Read more >Html – CSS Grid Layout not working in IE11 even with prefixes
Since I'm using auto-prefixer in my workflow it automatically adds all relevant properties with -ms prefix. I can confirm it via inspect element....
Read more >CSS Grid in IE: CSS Grid and the New Autoprefixer
Autoprefixer is a tool used for automatically adding browser-specific CSS prefixes to your CSS so that you don't have to.
Read more >Supporting CSS Grid in Internet Explorer | by Elad Shechter
In this post I will teach you how to support CSS Grid in IE 10 and above, while using the old CSS Grid...
Read more >Add -ms prefix for enabling grid in IE 11 - Webflow Wishlist
The -ms prefix will make your grid layouts look better in IE11, but not perfect. Make sure to test your website on all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@AyzPat Grid support is added https://github.com/autoprefixer/autoprefixer.github.io/issues/27
@evgeny-petukhov Thanks man will check that out…