Function style::attr::parse_length
source ยท pub fn parse_length(value: &str) -> LengthOrPercentageOrAuto
Expand description
Parses a dimension value. If unparseable, Auto
is returned.
pub fn parse_length(value: &str) -> LengthOrPercentageOrAuto
Parses a dimension value. If unparseable, Auto
is returned.