Skip to content
forked from sds/scss-lint

Configurable tool for writing clean and consistent SCSS

Notifications You must be signed in to change notification settings

ksweetie/scss-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCSS-Lint

scss-lint is a tool to help keep your SCSS files clean and readable. It uses rules established by the team at Causes.com.

Installation

gem install scss-lint

Usage

Run scss-lint from the command line by passing it files you want to lint:

scss-lint app/assets/stylesheets/**/*.css.scss

scss-lint will output any problems with your SCSS, including the offending filename and line number (if available).

About

Configurable tool for writing clean and consistent SCSS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%