question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

-ms- prefixes not added for CSS Grid and IE11

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
yepninjacommented, Jan 14, 2018
0reactions
AyzPatcommented, Jan 15, 2018

@evgeny-petukhov Thanks man will check that out…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found