0.5.5 • Published 11 years ago
lesscsslint v0.5.5
lesscsslint
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
11 years ago
0.5.4
11 years ago
0.5.3
11 years ago
0.5.2
11 years ago
0.5.1
11 years ago
0.5.0
11 years ago
0.4.0
11 years ago
0.3.5
11 years ago
0.3.4
11 years ago
0.3.3
11 years ago
0.3.2
11 years ago
0.3.1
11 years ago
0.3.0
11 years ago
0.2.4
11 years ago
0.2.3
11 years ago
0.2.2
11 years ago
0.2.1
11 years ago
0.2.0
11 years ago
0.1.0
11 years ago
0.0.5
11 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago