Package-level declarations
Types
An at-rule, e.g. @media (min-width: 768px) { ... }.
Represents the prelude of an at-rule in a CSS stylesheet.
Represents a CSS comment.
A CSS node that represents a component value. Component values are the basic building blocks of CSS properties.
Represents a location in a CSS source file.
A CSS node that represents a statement. Statements are the top-level constructs in CSS, such as rulesets and at-rules.
A CSS declaration.
Represents the prelude of a Rule, which can be either a selector list or an at-rule prelude.
A qualified rule, e.g. body { color: red; }.
A CSS rule. Can be either an at-rule or a qualified rule.
Represents a list of selectors, separated by commas.
Represents a CSS stylesheet, containing a list of CSS statements.
A CSS property value.