All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.scss-lint-0.34.0.lib.scss_lint.linter.id_selector.rb Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
module SCSSLint
  # Checks for the use of an ID selector.
  class Linter::IdSelector < Linter
    include LinterRegistry

    def visit_id(id)
      add_lint(id, 'Avoid using id selectors')
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy