Enum cssparser::NumberOrPercentage [−][src]
Expand description
Either a number or a percentage.
Variants
Number
Fields
value: f32
The numeric value parsed, as a float.
<number>
.
Percentage
Fields
unit_value: f32
The value as a float, divided by 100 so that the nominal range is 0.0 to 1.0.
<percentage>