UNPKG

stylelint-config-idiomatic-order

Version:
24 lines (15 loc) 495 B
# stylelint + idiomatic-css = ❤️ Order your styles based on [idiomatic-css](https://github.com/necolas/idiomatic-css#declaration-order). ## Installation ```sh npm install --save-dev stylelint-config-idiomatic-order ``` ## Usage Set your stylelint config to: ```json { "extends": "stylelint-config-idiomatic-order" } ``` You can easily [extend](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configure.md#extends) the config to your needs. ## [License](LICENSE)