1.0.1 • Published 9 months ago

@expa/stylelint-order v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

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
	},
}
1.0.1

9 months ago

1.0.0

9 months ago