pub fn parse_gradient<'a>(
input: &'a str,
background_type: GradientType,
) -> Result<StyleBackgroundContent, CssBackgroundParseError<'a>>
pub fn parse_gradient<'a>(
input: &'a str,
background_type: GradientType,
) -> Result<StyleBackgroundContent, CssBackgroundParseError<'a>>