2.0.1 • Published 1 year ago

tricom-stylelint-config-smacss v2.0.1

Weekly downloads
46
License
MIT
Repository
github
Last release
1 year ago

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 .