no grid support in IE - properties with -ms prefixed not generated
See original GitHub issueHow 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:
- Created 4 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
⚠️ This has been marked to be closed in 7 days.
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.