Element size: CSS calc() and max(), min()

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!

1 Like

Yea…the only way to do this is to use an extra container with a grid since calculations are only possible via using grids thus far.