:root { interpolate-size: allow-keywords; } .box { height: 2.5rem; transition: height 0.4s; } .box:hover { height: max-content; }