Class: SCSSLint::Linter::Compass
- Inherits:
-
SCSSLint::Linter
- Object
- Sass::Tree::Visitors::Base
- SCSSLint::Linter
- SCSSLint::Linter::Compass
- Defined in:
- lib/scss_lint/linter/compass.rb
Overview
Superclass for linters that apply to codebases using the Compass framework.
Any shared code/constants amongst Compass linters should be stored here.
Direct Known Subclasses
Defined Under Namespace
Classes: PropertyWithMixin
Constant Summary
Constants included from Utils
Instance Attribute Summary
Attributes inherited from SCSSLint::Linter
Method Summary
Methods inherited from SCSSLint::Linter
Methods included from Utils
#color?, #color_hex?, #color_keyword?, #color_keyword_to_code, #extract_string_selectors, #node_ancestor, #node_siblings, #pluralize, #previous_node, #remove_quoted_strings, #same_position?
Methods included from SelectorVisitor
Constructor Details
This class inherits a constructor from SCSSLint::Linter