@acolorbright/stylelint-config
v5.3.3
Published
Stylelint config for ACB
Downloads
205
Readme
stylelint-config
Stylelint config providing ACB's standard linting setup for styles.
Installation
npm install -DE @acolorbright/stylelint-config@latest
Usage
To start using this configuration, extend this package in your Stylelint configuration.
{
"extends": "@acolorbright/stylelint-config",
"rules": {
// Add additional rules here
}
}
For more information on configuring Stylelint, check out the configuration guide.
Property Ordering
Property ordering is performed according to the SMACSS methodology, with empty lines enforced between property groups.
Refer to css-property-sort-order-smacss for the comprehensive list of property orders.