Ask HN: Who is using css grid in production?
1–10 of 15 posts
Re: Ask HN: Who is using css grid in production?
#2However, when support for it does go up, we're definitely migrating to it. It seems to have a really nice syntax.
Re: Ask HN: Who is using css grid in production?
#3We 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.
Re: Ask HN: Who is using css grid in production?
#4Re: Ask HN: Who is using css grid in production?
#5Re: Ask HN: Who is using css grid in production?
#6We 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.
I don't see why would anybody would need to migrate anything to grids. It would be more, use where appropriate. In my case, flexbox fixes more of my problems with css. CSS grids will be a nice addition but that's all.
I'm torn; on one hand having a shitty godawful CSS spec is good for job security, but it's an absolute mess and it really doesn't have to be.
Re: Ask HN: Who is using css grid in production?
#7Re: Ask HN: Who is using css grid in production?
#8Re: Ask HN: Who is using css grid in production?
#9We 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.
I don't see why would anybody would need to migrate anything to grids. It would be more, use where appropriate. In my case, flexbox fixes more of my problems with css. CSS grids will be a nice addition but that's all.
Re: Ask HN: Who is using css grid in production?
#10I 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+).