CSSAtRule
@Serializable
CSS generic @rule representation.
Constructors
Link copied to clipboard
constructor(type: String, subsection: String? = null, name: CSS.Value? = null, styleSheetId: String? = null, origin: CSS.StyleSheetOrigin, style: CSS.CSSStyle)
Properties
Link copied to clipboard
Link copied to clipboard
Parent stylesheet's origin.
Link copied to clipboard
Associated style declaration.
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.