The module that contains everything Sass-related:
{Sass::Engine} is the class used to render Sass/SCSS within Ruby code.
{Sass::Plugin} is interfaces with web frameworks (Rails and Merb in particular).
{Sass::SyntaxError} is raised when Sass encounters an error.
Also see the {file:SASS_REFERENCE.md full Sass reference}.
A string representing the version of Sass. A more fine-grained representation is available from {Haml::Version#version Sass.version}. @api public
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.
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.