from Hacker News

Ask HN: Who is using css grid in production?

by pratikborsadiya on 6/30/17, 9:56 AM with 10 comments

  • by yellowapple on 6/30/17, 6:58 PM

    I used it in a personal project (http://loyaltonmuseum.org/), since it made things a lot simpler. Few browsers support it natively, but there's a polyfill for it (https://github.com/FremyCompany/css-grid-polyfill) which supposedly supports just about all modern browsers (including IE9+).
  • by codefined on 6/30/17, 3:22 PM

    We don't use CSS Grid, 40% of our users don't support it in their browser. Judging by the five hours this post has been up, I feel like a lot of Hacker News doesn't use it either.

    However, when support for it does go up, we're definitely migrating to it. It seems to have a really nice syntax.

  • by alexswensen on 6/30/17, 4:09 PM

    I have experimented with it. I plan to start using it going forward, as most of our users have support for it in their browser.
  • by taurath on 6/30/17, 9:24 PM

    I would if browsers supported it. Now we just need babel for CSS.
  • by dsschnau on 6/30/17, 4:16 PM

    I do, its pretty great