pub fn parse_color_with(
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<Color, ParseError>Expand description
Parse a CSS color using the specified [ColorParser] and return a new color
value on success.
pub fn parse_color_with(
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<Color, ParseError>Parse a CSS color using the specified [ColorParser] and return a new color
value on success.