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
@param name [String] The name of the mixin @param args [Array<Script::Node>] The arguments to the mixin
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