css_bundled_resolution.ts view source
CssResolutionOptions Options for CSS resolution.
style_rule_index
Index of style.css rules
variable_graph
Dependency graph for theme variables
class_variable_index
Index mapping classes to variables
detected_elements
HTML elements detected in source files
Set<string>detected_classes
CSS classes detected in source files
Set<string>detected_css_variables
CSS variables directly referenced in source files
Set<string>utility_variables_used
CSS variables used by generated utility classes
Set<string>additional_elements
Additional elements to always include, or 'all' to include all base styles
Iterable<string> | 'all'additional_variables
Additional variables to always include, or 'all' to include all theme variables
Iterable<string> | 'all'theme_specificity
Specificity multiplier for theme selector (default 1)
numberinclude_stats
Whether to include resolution statistics in result
booleanwarn_unmatched_elements
Warn when detected elements have no matching style rules (default false)
booleanexclude_elements
Elements to exclude from base CSS output, even if detected.
Iterable<string>exclude_variables
CSS variables to exclude from theme output, even if referenced.
Iterable<string>explicit_elements
Elements explicitly annotated via
Set<string> | nullexplicit_variables
Variables explicitly annotated via
Set<string> | null