Class Sass::Tree::WhileNode
In: lib/sass/tree/while_node.rb
Parent: Node

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

@see Sass::Tree

Methods

_perform   new   to_src  

Public Class methods

@param expr [Script::Node] The parse tree for the continue expression

Protected Instance methods

Runs the child nodes until the continue expression becomes false.

@param environment [Sass::Environment] The lexical environment containing

  variable and mixin values

@return [Array<Tree::Node>] The resulting static nodes @see Sass::Tree

[Validate]