In Files

Parent

Methods

Class Index [+]

Quicksearch

Less::Node::FontFamily

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.