stylelint-config-idiomatic-sass
v1.0.0
Published
stylelint + idiomatic css + sass guidelines = 🔥
Downloads
8
Maintainers
Readme
stylelint-config-idiomatic-sass
Stylelint + Idiomatic CSS + SASS Guidelines = 🔥
This extends the basic declaration order of idiomatic-css and combines the SASS Guidelines to a more consistent CSS.
Installation
npm install --save-dev stylelint-config-idiomatic-sass
Usage
Set your stylelint config to:
{
"extends": ["stylelint-config-idiomatic-sass"]
}
You can easily extend the config to your needs.