Class: Less::Node::Property
- Inherits:
-
Object
- Object
- Less::Node::Property
- Defined in:
- lib/sass/less.rb
Instance Method Summary collapse
Instance Method Details
#to_sass_tree
226 227 228 229 |
# File 'lib/sass/less.rb', line 226
def to_sass_tree
return if hide_in_sass
Sass::Tree::PropNode.new([self], @value.to_sass_tree, :new)
end
|