1. Introduction| drafts.csswg.org
1. Introduction| drafts.csswg.org
I wrote up some early thoughts on container style queries a little while back. It's still early days. They're already defined in the CSS Containment Module| CSS-Tricks
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
Exploring new ways of approaching CSS by querying custom properties and their values.| 12daysofweb.dev
In more recent years, design systems and component libraries have gained popularity. There is also a desire to build once, deploy anywhere. Meaning a component developed in isolation is intended to work in any number of contexts to make building complex interfaces more efficient and consistent. CSS container queries have landed and are now available for experimentation. Let’s look at what problem is being solved, learn how container queries work, and see how they compare with and complement...| Smashing Magazine
One way to implement themes on a website with style queries| chriskirknielsen