A complete guide covering all of the various methods we have to select elements in CSS and how to use them for applying styles.| CSS-Tricks
We keep changing how we style the web, but the real problem isn’t CSS. It’s how we build around it.| Den Odell
このシリーズでは、CSS の重要な概念であるカスケード(Cascade)の基礎を改めて学び直し、その応用としてカスケードレイヤー(`@layer`)について説明していきます。今回はカスケードレイヤーの仕組みや `revert-layer` キーワードの使い方について詳しく見ていきます。| griponminds.jp
このシリーズでは、CSS の重要な概念であるカスケード(Cascade)の基礎を改めて学び直し、その応用としてカスケードレイヤー(`@layer`)について説明していきます。今回はカスケードの仕組みを説明する基礎編です。| griponminds.jp
2023 年は主要ブラウザでの CSS のサポート状況が大幅に向上し、ウェブデザインの可能性が大きく広がりました。この記事では、新たに使用できるようになった CSS の機能を踏まえたうえで、2023 年 12 月時点での個人的な CSS の書き方や方針をまとめます。| griponminds.jp
CSS is evolving faster than ever. With all of the new features that are now available — and forthcoming — since we got Flexbox and Grid years ago, the way we write CSS is evolving, too. In this article, Geoff Graham shares which features have had the most influence on his current approaches to CSS, as well as those that have not (at least yet).| Smashing Magazine
Evaluating new web technologies and using them safely| molily.de
Don't let specificity force you into strict selector conventions. Cascade Layers allow us to manage specificity without resorting to naming hacks or the `!important` flag.| 12daysofweb.dev