Class: Less::Node::Function
- Inherits:
-
Object
- Object
- Less::Node::Function
- Defined in:
- lib/sass/less.rb
Instance Method Summary collapse
Instance Method Details
#to_sass_tree
308 309 310 |
# File 'lib/sass/less.rb', line 308
def to_sass_tree
Sass::Script::Funcall.new(self, @args.map {|a| a.to_sass_tree})
end
|