What this developer tool does
Comments are removed while line breaks are preserved. Rule blocks are scanned for `--name: value` declarations, and the full stylesheet is scanned for `var(--name, fallback)` references. Definitions are grouped by property name.
Comments are removed while line breaks are preserved. Rule blocks are scanned for `--name: value` declarations, and the full stylesheet is scanned for `var(--name, fallback)` references. Definitions are grouped by property name.
The extractor handles ordinary CSS rule blocks. Deeply nested preprocessor syntax or values containing unmatched braces may require a dedicated parser.