Expand description
The Parse
trait for CSS properties, and utilities for parsers.
Structs§
- List separated by optional commas, with bounds for the required and maximum number of items.
- CSS Custom identifier.
- Non-Negative number
- CSS number-optional-number
- CSS number-percentage
Traits§
- Trait to parse values using
cssparser::Parser
.
Functions§
- Parses an
f32
and ensures that it is not an infinity or NaN. - Consumes a comma if it exists, or does nothing.