Is there too much CSS now?
css-tricks.com
Is there too much CSS now?
1–10 of 125 posts
Re: Is there too much CSS now?
#2Re: Is there too much CSS now?
#3Re: Is there too much CSS now?
#4This article seems to think the CSS spec is too big, which I don’t think is the case. We should be able to access lots of rendering options via CSS. But CSS stylesheets are definitely way too big.
Reading "what is new in CSS3" did not help much, but at least flexbox means I don't use howtocenterincss.com any more; while grids became my go-to for all problems, with four attributes that do something about margins and centering but I ignore them out of a lack of memorization.
Re: Is there too much CSS now?
#5This article seems to think the CSS spec is too big, which I don’t think is the case. We should be able to access lots of rendering options via CSS. But CSS stylesheets are definitely way too big.
Re: Is there too much CSS now?
#6Re: Is there too much CSS now?
#7Re: Is there too much CSS now?
#8Re: Is there too much CSS now?
#9For example…
…Container Queries. (https://www.smashingmagazine.com/2021/05/complete-guide-css-...)
…Cascade Layers. (https://css-tricks.com/css-cascade-layers/#browser-support-a...)
…the :has() selector. (https://www.bram.us/2021/12/21/the-css-has-selector-is-way-m...)
Re: Is there too much CSS now?
#10It has become very JavaScript-like and this is why I always try to see if I can do something in CSS first before I resort to JS.
[0] https://www.w3.org/TR/css-nesting-1/
[1] https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes