
Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
bramus@front-end.social ("Bramus") wrote:
Something to add to your CSS reset from now on:
```
:root {
interpolate-size: allow-keywords;
}
```It enables things like transitions from `height: 0` to `height: auto`.
https://developer.chrome.com/docs/css-ui/animate-to-height-auto/