| Class | Sass::Tree::EachNode |
| In: |
lib/sass/tree/each_node.rb
|
| Parent: | Node |
A dynamic node representing a Sass `@each` loop.
@see Sass::Tree
| list | [RW] | The parse tree for the list. @param [Script::Node] |
| var | [R] | The name of the loop variable. @return [String] |
@param var [String] The name of the loop variable @param list [Script::Node] The parse tree for the list