argyleink/open-props

Fluid sizes should offer alternatives to the physical viewport units

OnurGumus opened this issue · 1 comments

For the sizes vi or dvi is better than vw

--size-fluid-1: clamp(.5rem, 1vw, 1rem);

Then we have the vertical horizontal problem. Perhaps I want to size for block-size instead.

nice, there's definitely room to offer multiple logical and physical fluid props huh? def agree that shipping the physical ones by default is less great than the logical versions.