Skip to content

Latest commit

History

History
33 lines (21 loc) 路 1.33 KB

README.md

File metadata and controls

33 lines (21 loc) 路 1.33 KB

stylelint-config-idiomatic-sass

nps friendly styled with prettier dependencies Status devDependencies Status Build Status

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.