Skip to main content

parse_value

Function parse_value 

Source
pub fn parse_value(
    context: &ParserContext<'_>,
    input: &mut Parser<'_>,
) -> Result<Longhands, ParseError>
Expand description

Parses 1-4 <corner-shape-value> tokens with the standard CSS 4-side shorthand expansion (top, right, bottom, left).