pub fn parse_style_background_size<'a>(
input: &'a str,
) -> Result<StyleBackgroundSize, InvalidValueErr<'a>>Expand description
Parses a single background-size value.
pub fn parse_style_background_size<'a>(
input: &'a str,
) -> Result<StyleBackgroundSize, InvalidValueErr<'a>>Parses a single background-size value.