Ask HN: CSS frameworks, older browsers, CSS Grid – what do you use and why?
It's 2019 and browser support for CSS Grid is strong (using the latest browser versions). Many supporters of CSS Grid suggest that CSS frameworks are no longer necessary for layout if you only need to target modern browsers.
What's your current state-of-play with CSS? Are still using CSS frameworks? Do you still need to support older browsers? Or have you ditched a framework and fully embraced CSS Grid?
3 comments
[ 2.5 ms ] story [ 14.8 ms ] threadBut if it's possible, and there's a designer willing to create designs for components, then I'll use CSS Grid and Flexbox without a pre made framework.
On another I'm just getting into - working on a simple one/two column thing (large screen two block columns, small screen goes to one some text/image scaling).
I find a lot of CSS frameworks are over-engineered, and with addition of various modules and tools adding redundancy to a site's CSS soup.
I can see a lot of refinement can be made by paring out CSS parts into several sub-classes and then mix them together in the element class assignment (I cant say all my stuff is like that yet, but that what I'm striving for.) I'm just getting into front-end so I'm learning as I go.