Function cssparser::parser::consume_until_end_of_block

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