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