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