style_rule_parser.ts view source
(index: StyleRuleIndex, included_indices: Set<number>): Set<string> Collects all CSS variables used by the included rules.
index
the StyleRuleIndex
included_indices
set of rule indices to include
Set<number>returns
Set<string> set of variable names (without -- prefix)