class Sass::Tree::MixinNode
@see Sass::Tree
to add the mixin to the backtrace.
When in a static tree, the sole purpose is to wrap exceptions
A static node representing a mixin include.
def initialize(name, args, keywords, splat)
-
keywords
({String => Script::Node}
) -- See \{#keywords} -
splat
(Script::Node
) -- See \{#splat} -
args
(Array
) -- See \{#args} -
name
(String
) -- The name of the mixin
def initialize(name, args, keywords, splat) @name = name @args = args @keywords = keywords @splat = splat super() end