pub fn parse_style_background_content_multiple<'a>(
input: &'a str,
) -> Result<StyleBackgroundContentVec, CssBackgroundParseError<'a>>Expand description
Parses multiple backgrounds, such as “linear-gradient(red, green), url(image.png)”.
pub fn parse_style_background_content_multiple<'a>(
input: &'a str,
) -> Result<StyleBackgroundContentVec, CssBackgroundParseError<'a>>Parses multiple backgrounds, such as “linear-gradient(red, green), url(image.png)”.