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
Right now, we have the power to write CSS that only applies when the browser window itself is at certain widths or heights. Breakpoints, as it were. Super| CSS-Tricks
Learn how to use CSS container queries today.| ishadeed.com
CSS Media queries are a way to target browser by certain characteristics, features, and user preferences, then apply styles based on those things.| CSS-Tricks
I don't know about y'all, but my feeds have been flooded with articles about CSS Container Queries these past few weeks. The buzz about container queries| CSS-Tricks
Now is the time to begin experimenting with a long requested layout tool.| OddBird
To learn more about the behaviors of container query units, we'll explore three fluid typography techniques applied via a "mixin" using custom properties. These upgraded methods will produce truly responsive typography, regardless of context.| Modern CSS Solutions
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
Everything important and useful to know about CSS Custom Properties. Like that they are often referred to as "CSS Variables" but that's not their real name.| CSS-Tricks