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   subnodes  

Attributes

list  [R]  The parse tree for the list. @param [Script::Node]
var  [R]  The name of the loop variable. @return [String]

Public Class methods

@param var [String] The name of the loop variable @param list [Script::Node] The parse tree for the list

Public Instance methods

Returns sub nodes that are not tree children.

[Validate]