0.1.6 • Published 10 years ago

bitexpert-cs-scsslint v0.1.6

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
10 years ago

bitexpert-cs-scsslint

This repository contains the configuration for scss-lint which is used by the grunt-scss-lint plugin to lint SCSS source files.

Installation

It is required to have the scss-lint ruby package installed as the grunt-scss-lint plugin is a wrapper round that tool. You can use gem to install the package:

sudo gem install scss-lint -v 0.29.0

Add the "bitexpert-cs-scsslint" package to the dev-dependencies section of your package.json file which resides in the root folder of your project:

"devDependencies": {
    "bitexpert-cs-scsslint": "^0.1.0"
}

Now run npm install to download and install bitexpert-cs-scsslint as well as the required dependencies:

npm install

License

bitexpert-cs-scsslint is released under the Apache 2.0 license.

0.1.6

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago