Method: Sass::Tree::ForNode#from
- Defined in:
- lib/sass/tree/for_node.rb
#from ⇒ Script::Tree::Node
The parse tree for the initial expression.
14 15 16 |
# File 'lib/sass/tree/for_node.rb', line 14
def from
@from
end
|
The parse tree for the initial expression.
14 15 16 |
# File 'lib/sass/tree/for_node.rb', line 14
def from
@from
end
|