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.

Grid Layout support ?

See original GitHub issue

Hello,

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:closed
  • Created 8 years ago
  • Comments:31 (21 by maintainers)

github_iconTop GitHub Comments

5reactions
aicommented, Feb 12, 2018

@FDiskas add grid: true option to Autoprefixer.

2reactions
aicommented, Jan 12, 2016

I agree that IE support for Grid is too fragmental. But there is why I think we should not disable it by default:

  1. It really useful. You can make a most popuular examples with it.
  2. Every other features was enabled. API consistency is important.
  3. Nobody read a docs, so user will miss this feature.

But I think I found a solution for everyone:

  1. We support Grid by default.
  2. If Autoprefixer see that your CSS is too complicated for IE, it will warn you to disable Grid support and use some JS polyfill.
Read more comments on GitHub >

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

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