pl.wendigo.chrome.api.css / ShorthandEntry

ShorthandEntry

data class ShorthandEntry (source)

Link
CSS#ShorthandEntry type documentation.

Constructors

<init>

ShorthandEntry(name: String, value: String, important: Boolean? = null)

Properties

important

val important: Boolean?

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

name

val name: String

Shorthand name.

value

val value: String

Shorthand value.