Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 495 Bytes

File metadata and controls

23 lines (15 loc) · 495 Bytes

stylelint + idiomatic-css = ❤️

Order your styles based on idiomatic-css.

Installation

npm install --save-dev stylelint-config-idiomatic-order

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-idiomatic-order"
}

You can easily extend the config to your needs.