CSSScope

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

CSS Scope 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

Scope rule text.