Skip to main content

Module token_types

Module token_types 

Source
Expand description

Token types and tokenization utilities for CSS parsing.

Structsยง

TokenList
A list of CSS tokens with parsing state

Enumsยง

SimpleToken
Simple token representation

Functionsยง

map_css_token ๐Ÿ”’
tokenize_all ๐Ÿ”’
tokenize_nested_content ๐Ÿ”’
Recursively tokenize nested content, handling ParenthesisBlock and other nested structures