Designing for the modern web
The modern web gives you more for free than any design tool does: dynamic viewport units, prefers-color-scheme, variable fonts, container queries. Most of what we used to build, we now just declare.
Declare, don't construct
The discipline is in the tokens. If a value appears twice, it becomes a variable; if a variable only makes sense on one breakpoint, it gets a media query at the token layer — not scattered through components.
This is placeholder content — the real article will land here soon.