CSSLayer

@Serializable
data class CSSLayer(val text: String, val range: SourceRange? = null, val styleSheetId: StyleSheetId? = null)

CSS Layer at-rule descriptor.

Official doc

Constructors

Link copied to clipboard
constructor(text: String, range: SourceRange? = null, styleSheetId: StyleSheetId? = null)

Properties

Link copied to clipboard
val range: SourceRange? = null

The associated rule header range in the enclosing stylesheet (if available).

Link copied to clipboard

Identifier of the stylesheet containing this object (if exists).

Link copied to clipboard

Layer name.