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. @return [Script::Tree::Node] |
vars | [R] | The names of the loop variables. @return [Array<String>] |
@param vars [Array<String>] The names of the loop variables @param list [Script::Tree::Node] The parse tree for the list