pub fn parse_counter_style_body<'i, 't>(
    name: CustomIdent,
    context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>,
    location: SourceLocation
) -> Result<CounterStyleRuleData, ParseError<'i>>
Expand description

Parse the body (inside {}) of an @counter-style rule