CSSSupports

@Serializable
data class CSSSupports(val text: String, val active: Boolean, val range: CSS.SourceRange? = null, val styleSheetId: String? = null)

CSS Supports at-rule descriptor.

Constructors

Link copied to clipboard
constructor(text: String, active: Boolean, range: CSS.SourceRange? = null, styleSheetId: String? = null)

Properties

Link copied to clipboard

Whether the supports condition is satisfied.

Link copied to clipboard
val range: CSS.SourceRange? = null

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

Link copied to clipboard
val styleSheetId: String? = null

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

Link copied to clipboard

Supports rule text.