Expand description
CSS AST (Abstract Syntax Tree) definitions
This module provides the core AST structures for representing CSS in a structured, manipulatable format.
Structs§
- Attribute
Selector - Attribute selector
- CSSAt
Rule - CSS at-rule (e.g., @media, @keyframes, @import)
- CSSDeclaration
- CSS declaration (property-value pair)
- CSSRule
- CSS rule representation
- Source
Position - Source position information
Enums§
- Attribute
Operator - Attribute operator types
- CSSNode
- Root CSS AST node
- Combinator
Type - Combinator types
- Selector
Component - CSS selector component