Container queries are widely available!
Happy 30-month anniversary to Container Queries – shipping in every browser since February of 2023. It was supposed to be impossible, but here we are!
If you’ve ever found yourself in a specificity war, you’ll understand how important having control over style priority can be. During our conversation, we discussed what CSS Layers are and how you can use them in your project.
We also chat about what’s new in CSS, including new color tools, :has
, scope,
nesting, and more.
Happy 30-month anniversary to Container Queries – shipping in every browser since February of 2023. It was supposed to be impossible, but here we are!
Are you positioning a popover with CSS anchor positioning and position-area
? Make sure to override the default margins on the popover.
There’s a new stretch keyword that we can use for CSS height
and width
properties. But how is that different from 100%
? And how is that different from 100vh
when we want a full-height layout?