@tributebrand/stylelint-config
v6.1.0
Published
Stylelint config for Tribute Brand
Downloads
3
Readme
stylelint-config
Stylelint config providing Tribute Brand's standard linting setup for styles.
Installation
npm install -DE @tributebrand/stylelint-config@latest
Usage
To start using this configuration, extend this package in your Stylelint configuration.
{
"extends": "@tributebrand/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.