CSSAt Rule
@Serializable
CSS generic @rule representation.
Constructors
Link copied to clipboard
constructor(type: CSSAtRuleType, subsection: CSSAtRuleSubsection? = null, name: Value? = null, styleSheetId: StyleSheetId? = null, origin: StyleSheetOrigin, style: CSSStyle)
Properties
Link copied to clipboard
Parent stylesheet's origin.
Link copied to clipboard
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
Link copied to clipboard
Subsection of font-feature-values, if this is a subsection.
Link copied to clipboard
Type of at-rule.