zachleat@zachleat.com’s Mastodon Archive

♻️ Reblog of Terribly Federated Mia (mia@front-end.social)

I wrote an explainer for #CSS Container Style Queries:

:oddbird: css.oddbird.net/rwd/style/expl

There's already a (limited) prototype in Chromium (:chrome:/:edge:) 107+ with the 'Experimental Web Platform Features' flag enabled.

I'm collecting demos on #CodePen:

:codepen: codepen.io/collection/NqaPkL

```css
@container style(--btn-theme: mia) { /* theme styles */ }
```