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.

no grid support in IE - properties with -ms prefixed not generated

See original GitHub issue

How can i get -ms prefixes for grid properties to be generated?

Flex ones seem to work

align-self: flex-end; generates -ms-flex-item-align: end;

but grid-row: 2; does not generate -ms-grid-row: 2;

grid has good support in IE.

what am i missing?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
repo-ranger[bot]commented, Nov 8, 2019

⚠️ This has been marked to be closed in 7 days.

0reactions
Andaristcommented, Mar 14, 2020

There is no plan to support this in our parser as this is far too complex for it and full grid support just cannot be translated into what is being supported by IE11.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS Grid Layout not working in IE11 even with prefixes
According to this site these browsers support CSS Grid layout with -ms prefix. I've created a CodePen for this scenario. CodePen Link. Why...
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 >
CSS Grid in IE: CSS Grid and the New Autoprefixer
Autoprefixer has limited column and row spanning support. There are only two properties in IE's implementation of CSS grid that will help you ......
Read more >
Html – CSS Grid Layout not working in IE11 even with prefixes
The properties you are using don't exist in the older grid spec. Using prefixes makes no difference. Here are three problems I see...
Read more >
CSS Grid Layout and progressive enhancement
Grid prefixes are disabled by default because some properties can't be prefixed. Is it safe to use CSS grids for my layout? Yes....
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