Class | Sass::Tree::WhileNode |
In: |
lib/sass/tree/while_node.rb
|
Parent: | Node |
A dynamic node representing a Sass `@while` loop.
@see Sass::Tree
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