Once you get used to CSS variables + grid + :has(), you realize you don’t want to support older browser as you don’t need all these bloated CSS frameworks. I’m the sweating superhero meme over whether I should build with <table>s for maximal support, or keeping the code small, maintainable, but only works in the latest stuff (but usually end at the latter).
But my beloved Netscape! How will I possibly learn a new browser? I’m too old to learn!
Once you get used to CSS variables +
grid
+:has()
, you realize you don’t want to support older browser as you don’t need all these bloated CSS frameworks. I’m the sweating superhero meme over whether I should build with<table>
s for maximal support, or keeping the code small, maintainable, but only works in the latest stuff (but usually end at the latter).