Class Sass::Tree::DebugNode
In: lib/sass/tree/debug_node.rb
Parent: Node

A dynamic node representing a Sass `@debug` statement.

@see Sass::Tree

Methods

_perform   new   to_src  

Public Class methods

@param expr [Script::Node] The expression to print

Protected Instance methods

Prints the expression to STDERR.

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

  variable and mixin values

[Validate]