Expand description
CSS AST query utilities using selector-like syntax.
Re-exports§
pub use csskit_atom_set::*;pub use node_rule::*;pub use rule_block::*;pub use selector::*;pub use stat_rule::*;pub use when_rule::*;
Modules§
- csskit_
atom_ set - diagnostics
- node_
rule - rule_
block - selector
- CSS AST selector query engine.
- sheet
- stat_
rule - when_
rule
Structs§
- Collection
Rule - A rule that may be a selector-based rule or a standalone conditional diagnostic.
- Collector
- The main collector that executes collection rules against CSS.
- Collector
Diagnostic - A diagnostic produced by the collector for a matched rule.
- Diagnostic
- An issue that occurred during parse time.
Enums§
- Resolved
Diagnostic Level - Diagnostic severity level for collector diagnostics.
- Stat
Type - The type of a stat, determining how values are collected.