stylelint-config-unsass
v2.3.0
Published
StyleLint shareable config for the Sass style guide.
Maintainers
Readme
stylelint-config-unsass
StyleLint shareable config for the Sass style guide.
Install
npm install stylelint stylelint-config-unsass --save-devUsage
Create stylelint.config.js file on root of your project.
"extends": [
"stylelint-config-unsass"
]You can extend the rules with your own config, see StyleLint documentation.
