Expand description
The Parse
trait for CSS properties, and utilities for parsers.
Structs
- CSS Custom identifier.
- Non-Negative number
- Number lists with bounds for the required and maximum number of items.
- 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.