@expa/stylelint-order
v1.0.1
Published
A Stylelint configuration for sorting CSS properties.
Downloads
127
Readme
Custom stylelint-config for order CSS-properties
Install
npm install --save--dev stylelint @expa/stylelint-order
Usage
Configure your stylelint configuration file to extend this package
module.exports = {
extends: ['@expa/stylelint-order'],
rules: {
// Add overrides and additional rules here
},
}