Expand description
CSS percentage values.
Structs§
- Percentage
- A CSS
<percentage>
value.
Enums§
- Dimension
Percentage - A generic type that allows any kind of dimension and percentage to be
used standalone or mixed within a
calc()
expression. - Number
OrPercentage - Either a
<number>
or<percentage>
.