1.0.1 • Published 9 months ago
@expa/stylelint-order v1.0.1
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
},
}