ShorthandEntry

@Serializable
data class ShorthandEntry(val name: String, val value: String, val important: Boolean? = null)

Constructors

Link copied to clipboard
constructor(name: String, value: String, important: Boolean? = null)

Properties

Link copied to clipboard
val important: Boolean? = null

Whether the property has "!important" annotation (implies false if absent).

Link copied to clipboard

Shorthand name.

Link copied to clipboard

Shorthand value.