Grid Layout support ?
See original GitHub issueHello,
It seem that Grid Layout CSS spec (currently in WD, like transitions, animations or transforms) isn’t supported at all by Autoprefixer (For example, IE and Edge need -ms-
prefixes).
Is it a choice ? Is it planned ?
Issue Analytics
- State:
- Created 8 years ago
- Comments:31 (21 by maintainers)
Top Results From Across the Web
CSS Grid Layout (level 1) | Can I use... Support ... - CanIUse
Method of using a grid concept to lay out content, providing a mechanism for authors to divide available space for layout into columns...
Read more >CSS Grid Layout and progressive enhancement
Other than in Internet Explorer, CSS Grid Layout is unprefixed in Safari, Chrome, Opera, Firefox and Edge. Support for all the properties and ......
Read more >A Complete Guide to CSS Grid
Properties for the Parent (Grid Container) · display · grid-template-columns grid-template-rows · grid-template-areas · grid-template · column-gap
Read more >Browser support for CSS Grid - Stack Overflow
Chrome, Edge and likely other Chromium-based browsers do not fully support grid and flex layouts! Basic support for ...
Read more >Browser Support for CSS Grid Layout - Quackit Tutorials
Until March 2017, browser support for grid layout was virtually non-existent. Internet Explorer and Edge were the only browsers with grid support, but...
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
@FDiskas add
grid: true
option to Autoprefixer.I agree that IE support for Grid is too fragmental. But there is why I think we should not disable it by default:
But I think I found a solution for everyone: