Class: Yass::Declarations::BoxShadow::Shadow

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(blur color horizontal inset? kind spread vertical).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1359
1360
1361
# File 'lib/yass/declarations.rb', line 1359

def accept(visitor)
  visitor.visit_declaration_box_shadow_shadow(self)
end

#kindObject



1363
1364
1365
# File 'lib/yass/declarations.rb', line 1363

def kind
  :shadow
end