Module: Sass::Tree

Defined in:
lib/scss_lint/sass/tree.rb

Overview

Contains extensions of Sass::Tree::Nodes to add support for traversing the Sass::Script::Node parse trees contained within the nodes. This probably breaks the Sass compiler, but since we’re only doing lints this is fine for now.

Defined Under Namespace

Classes: CommentNode, DebugNode, DirectiveNode, EachNode, ExtendNode, ForNode, FunctionNode, IfNode, ImportNode, MixinDefNode, MixinNode, Node, PropNode, ReturnNode, RuleNode, VariableNode, WarnNode, WhileNode