1.0.1 • Published 2 years ago

stylelint-config-unsass v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

stylelint-config-unsass

Version Download

StyleLint shareable config for the Sass style guide.

Install

npm install stylelint-config-unsass stylelint --save-dev

Usage

Create .stylelintrc file on root of your project.

{
    "extends": [
        "stylelint-config-unsass"
    ]
}

You can extend the rules with your own config, see StyleLint documentation.