@waylonwalker's thoughts

2025

Css is getting so good, new things like interpolate-size are making things that use to require some deep expertise and hacks intuitive and easy.


/* Opt-in the whole page to interpolate sizes to/from keywords */
:root {
    interpolate-size: allow-keywords; /* 👈 */
}
https://developer.chrome.com/docs/css-ui/animate-to-height-auto/