pub fn parse_counter_style_body(
name: CustomIdent,
context: &ParserContext<'_>,
input: &mut Parser<'_>,
location: SourceLocation,
) -> Result<CounterStyleRule, ParseError>Expand description
Parse the body (inside {}) of an @counter-style rule