stylelint-config-fransvilhelm-order
v1.0.2
Published
Stylelint properties ordering preset
Downloads
5
Readme
stylelint-config-fransvilhelm-order
Stylelint preset for Frans Vilhelm
Rules for ordering properties inside declaration blocks in css using Stylelint.
Install
$ yarn add -D stylelint-config-fransvilhelm-order stylelint stylelint-order
# or
$ npm install -D stylelint-config-fransvilhelm-order stylelint stylelint-order
Usage
Add the line "extends": ["stylelint-config-fransvilhelm-order"]
to your .stylelintrc
and you are good to go.
Shortcut: Here's a quick shortcut if you haven't added the .stylelintrc
to your projects root yet
$ echo '{\n "extends": ["stylelint-config-fransvilhelm-order"]\n}' > .stylelintrc