0.1.0 • Published 5 years ago

@xianshenglu/stylelint-config-sass v0.1.0

Weekly downloads
28
License
MIT
Repository
github
Last release
5 years ago

@xianshenglu/stylelint-config-sass

npm.io

A stylelint config for sass

Usage

npm install --save-dev @xianshenglu/stylelint-config-sass

Then, add stylelint-config-sass to the extends array in your .stylelintrc.js file. If you want it to override other configs, you would need to put it last.

{
  // ...
  "extends": ["some-other-config-you-use", "@xianshenglu/stylelint-config-sass"]
  // ...
}