Class Sass::Tree::EachNode
In: lib/sass/tree/each_node.rb
Parent: Node

A dynamic node representing a Sass `@each` loop.

@see Sass::Tree

Methods

new  

Attributes

list  [RW]  The parse tree for the list. @return [Script::Tree::Node]
vars  [R]  The names of the loop variables. @return [Array<String>]

Public Class methods

@param vars [Array<String>] The names of the loop variables @param list [Script::Tree::Node] The parse tree for the list

[Validate]