struct Protocol::CSS::ShorthandEntry

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def important : Bool | Nil #

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


[View source]
def name : String #

Shorthand name.


[View source]
def value : String #

Shorthand value.


[View source]