Skip to main content

parse_css_property

Function parse_css_property 

Source
pub fn parse_css_property(
    key: CssPropertyType,
    value: &str,
) -> Result<CssProperty, CssParsingError<'_>>
Expand description

ยงErrors

Returns an error if input is not a valid CSS css-property value.