Class: Sass::Mixin
- Inherits:
-
Struct
- Object
- Struct
- Sass::Mixin
- Defined in:
- /var/www/sass-pages/.haml/lib/sass/engine.rb
Overview
A Sass mixin.
name:String- The name of the mixin.
args:Array<(String, Script::Node)>- The arguments for the mixin. Each element is a tuple containing the name of the argument and the parse tree for the default value of the argument.
environment: Sass::Environment- The environment in which the mixin was defined. This is captured so that the mixin can have access to local variables defined in its scope.
tree: Sass::Tree::Node- The parse tree for the mixin.
Instance Attribute Summary
Instance Attribute Details
- args
- environment
- name
- tree