Expects a size with units like px
or rem
.
- Format:
<integer|decimal><unit>
where unit value can bepx
,rem
,em
, etc. - Also accepts a reference to another style hook with the same schema
- Example:
12px
or2.2rem
Expects a size with units like px
or rem
.
<integer|decimal><unit>
where unit value can be px
, rem
, em
, etc.12px
or 2.2rem