Class: SCSSLint::Linter::Bliss

Inherits:
SCSSLint::Linter show all
Defined in:
lib/scss_lint/linter/bliss.rb

Overview

Superclass for linters that apply to codebases using the Bliss framework. github.com/gilbox/css-bliss

Any shared code/constants amongst Bliss linters should be stored here.

Direct Known Subclasses

Module

Defined Under Namespace

Classes: Module

Constant Summary

Constants included from Utils

Utils::COLOR_REGEX

Instance Attribute Summary

Attributes inherited from SCSSLint::Linter

#config, #engine, #lints

Method Summary

Methods inherited from SCSSLint::Linter

#initialize, #name, #run

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

#visit_selector

Constructor Details

This class inherits a constructor from SCSSLint::Linter