CssStatementNode

sealed interface CssStatementNode : CssNode(source)

A CSS node that represents a statement. Statements are the top-level constructs in CSS, such as rulesets and at-rules.

Inheritors

Properties

Link copied to clipboard
abstract val location: CssLocation

Functions

Link copied to clipboard
abstract fun toString(indent: Int = 0): String