Class Sass::Tree::TraceNode
In: lib/sass/tree/trace_node.rb
Parent: Node

A solely static node left over after a mixin include or @content has been performed. Its sole purpose is to wrap exceptions to add to the backtrace.

@see Sass::Tree

Methods

from_node   new  

Attributes

name  [R]  The name of the trace entry to add.

@return [String]

Public Class methods

Initializes this node from an existing node. @param name [String] The name of the trace entry to add. @param node [Node] The node to copy information from. @return [TraceNode]

@param name [String] The name of the trace entry to add.

[Validate]