0.5.5 • Published 10 years ago

lesscsslint v0.5.5

Weekly downloads
40
License
-
Repository
github
Last release
10 years ago

lesscsslint

Build Status NPM version

CSSLint for Less.

Command line interface

Install lesscsslint with npm to use the command line interface:

npm install -g lesscsslint

Validate a file like so:

lesscsslint myfile.less

or pipe input into stdin:

cat myfile.less | lesscsslint

lesscsslint will either report a syntax error with details or exit quietly.

Options

$ lesscsslint --help

  Usage: lesscsslint [options] <files>

  Options:

    -h, --help          output usage information
    -V, --version       output the version number
    --format <format>   Indicate which format to use for output.
    --errors <rules>    Indicate which CSSLint rules to include as errors.
    --warnings <rules>  Indicate which rules to include as warnings.
    --ignore <rules>    Indicate which rules to ignore completely.
0.5.5

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago