In box-sizing.scss, there's this code: ``` #{layout.$viewport-elements} { height: 100%; min-height: stretch; } ``` but `stretch` is not a valid value for the `min-height` property. See https://developer.mozilla.org/en-US/docs/Web/CSS/min-height#syntax <img width="502" alt="Screenshot 2024-08-15 at 10 55 16" src="https://github.com/user-attachments/assets/81fca0f5-e663-4dcd-93bd-c0e0c2400c0e">