In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

Less::Node::Mixin::Call

Public Instance Methods

to_sass_tree() click to toggle source
# File lib/sass/less.rb, line 193
def to_sass_tree
  return if hide_in_sass
  Sass::Tree::MixinNode.new(@mixin.name.gsub(/^\./, ''), @params.map {|v| v.to_sass_tree}, {})
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.