struct Protocol::CSS::ShorthandEntry
- Protocol::CSS::ShorthandEntry
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#important : Bool | Nil
Whether the property has "!important" annotation (implies
false
if absent). -
#name : String
Shorthand name.
-
#value : String
Shorthand value.
Constructor Detail
Instance Method Detail
def important : Bool | Nil
#
Whether the property has "!important" annotation (implies false
if absent).