Note

This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process thoughts

Here's my thought on 💭 Animate to height: auto; (and other intrinsic sizing keywords) in CSS  |  CSS and UI  |  Chrome for Developers


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; /* 👈 */
}

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts