Stylelint config providing ACB's standard linting setup for styles.
npm install --save-dev 'acolorbright/stylelint-config-acb#v1.0.2'
To start using this configuration, simply extend this package in your Stylelint configuration.
{
"extends": "stylelint-config-acb",
"rules": {
// Add additional rules here
}
}
For more information on configuring Stylelint, check out the configuration guide.
Property ordering is performed according to the SMACSS methodology.
Refer to here for the comprehensive list of property orders.