Currently we can set the width and height to specific viewport units, px or %.
But sometimes what we need use a calculated width or height.
for example: calc(100vh - 10px) or max(30%, 500px).
It’d be great if you support calculated value.
Thank you!