tricom-stylelint-config-smacss
v2.0.1
Published
TriCom's custom property and sass stylelint-order configuration.
Downloads
9
Readme
tricom-stylelint-config-smacss
Stylelint config for Property Sort Ordering based on TriCom's SMACSS methodology. Also includes support for sass at-rule sort ordering.
Installation
yarn add tricom-stylelint-config-smacss
Usage
To start using this configuration, simply extend this package in your Stylelint configuration.
{
"extends": "tricom-stylelint-config-smacss",
"rules": {
// Add additional rules here
}
}
For more information on configuring Stylelint, check out the configuration guide.
Property Ordering
Look at order.js. Bingo bango bongo.
Thanks
Work here largely based on stylelint-config-property-sort-order-smacss .