pub fn parse_style_background_content(
input: &str,
) -> Result<StyleBackgroundContent, CssBackgroundParseError<'_>>Expand description
Parses a single background value, which can be a color, image, or gradient.
ยงErrors
Returns an error if input is not a valid CSS background-content value.