In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

Less::Node::FontFamily

Public Instance Methods

to_sass_tree() click to toggle source
# File lib/sass/less.rb, line 351
def to_sass_tree
  @family.map {|f| f.to_sass_tree}.inject(nil) do |e, f|
    next f unless e
    Sass::Script::Operation.new(e, f, :comma)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.