1.0.8 • Published 7 years ago

standard-sass v1.0.8

Weekly downloads
32
License
MIT
Repository
github
Last release
7 years ago

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
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago