Skip to content

jetiny/standard-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standard-sass

NPM version Dependency Status devDependency Status Build Status License

standard-sass is a simple, zero-configuration, standalone(Independent) command-line sass(css) style linter (use sass-lint) like standard-js.

Installing globally:

Installation via npm:

 npm install standard-sass -g

This will install standard-sass globally so that it may be run from the command line.

Usage:

ssass <sass-path-pattern> [options]

The default <sass-path-pattern> is s+(a|c)ss/**/*.s+(a|c)ss and css/**/*.css

The default [options] is -q -v

  Usage: standard-sass [options] <pattern>

  Options:

    -h, --help                output usage information
    -V, --version             output the version number
    -c, --config [path]       path to custom config file
    -i, --ignore [pattern]    pattern to ignore. For multiple ignores, separate each pattern by `, ` within a string
    -q, --no-exit             do not exit on errors
    -v, --verbose             verbose output
    -f, --format [format]     pass one of the available eslint formats
    -o, --output [output]     the path and filename where you would like output to be written
    -s, --syntax [syntax]     syntax to evaluate the file(s) with (either sass or scss)
    --max-warnings [integer]  Number of warnings to trigger nonzero exit code

About

standard sass linter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published