CSSProperty
@Serializable
CSS property declaration data.
Constructors
Link copied to clipboard
constructor(name: String, value: String, important: Boolean? = null, implicit: Boolean? = null, text: String? = null, parsedOk: Boolean? = null, disabled: Boolean? = null, range: CSS.SourceRange? = null, longhandProperties: List<CSS.CSSProperty>? = null)