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, kwarg_splat)
-
keywords
(Sass::Util::NormalizedMap
) -- See \{#keywords} -
kwarg_splat
(Script::Tree::Node
) -- See \{#kwarg_splat} -
splat
(Script::Tree::Node
) -- See \{#splat} -
args
(Array
) -- See \{#args} -
name
(String
) -- The name of the mixin
def initialize(name, args, keywords, splat, kwarg_splat) @name = name @args = args @keywords = keywords @splat = splat @kwarg_splat = kwarg_splat super() end