Module: Less::Fonts2

Defined in:
lib/less/engine/parser.rb

Instance Method Summary collapse

Instance Method Details

#allObject



1565
1566
1567
# File 'lib/less/engine/parser.rb', line 1565

def all
  [font] + family.elements.map {|f| f.font }
end

#buildObject



1561
1562
1563
# File 'lib/less/engine/parser.rb', line 1561

def build
  Node::FontFamily.new(all.map(&:build))
end