|
|
|
Ask HN: CSS frameworks, older browsers, CSS Grid – what do you use and why?
|
|
7 points
by interfacesketch
2669 days ago
|
|
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? |
|
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.