Class Sass::Tree::MixinNode
In: lib/sass/tree/mixin_node.rb
Parent: Node

A static node representing a mixin include. When in a static tree, the sole purpose is to wrap exceptions to add the mixin to the backtrace.

@see Sass::Tree

Methods

_cssize   cssize   new   options=   perform!   to_src  

Public Class methods

@param name [String] The name of the mixin @param args [Array<Script::Node>] The arguments to the mixin

Public Instance methods

@see Node#options=

Protected Instance methods

Runs the mixin.

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

  variable and mixin values

@raise [Sass::SyntaxError] if there is no mixin with the given name @raise [Sass::SyntaxError] if an incorrect number of arguments was passed @see Sass::Tree

[Validate]