cssparser::parser

Function consume_until_end_of_block

Source
fn consume_until_end_of_block(
    block_type: BlockType,
    tokenizer: &mut Tokenizer<'_>,
)