Method: Less::Node::FontFamily#initialize
- Defined in:
- lib/less/engine/nodes/literal.rb
#initialize(family = []) ⇒ FontFamily
Returns a new instance of FontFamily.
141 142 143 |
# File 'lib/less/engine/nodes/literal.rb', line 141 def initialize family = [] @family = family end |