StyleSheet

data class StyleSheet(val location: CssLocation, val children: List<CssStatementNode>) : CssNode(source)

Represents a CSS stylesheet, containing a list of CSS statements.

Constructors

Link copied to clipboard
constructor(location: CssLocation, children: List<CssStatementNode>)

Properties

Link copied to clipboard

The list of CSS statements within the stylesheet.

Link copied to clipboard
open override val location: CssLocation

The location of the stylesheet in the source code.

Functions

Link copied to clipboard
open override fun toString(): String
open override fun toString(indent: Int): String