pub fn parse_condition_or_declaration<'i, 't>(
    input: &mut Parser<'i, 't>
) -> Result<SupportsCondition, ParseError<'i>>
Expand description