Ask HN: CSS frameworks, older browsers, CSS Grid – what do you use and why?
7 points| interfacesketch | 7 years ago | reply
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?
[+] [-] LarryMade2|7 years ago|reply
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.
[+] [-] CM30|7 years ago|reply
But 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.
[+] [-] markholmes|7 years ago|reply