Skip to content

stylelint config using smacss property ordering and other stuff probably

License

Notifications You must be signed in to change notification settings

TricomB2B/tricom-stylelint-config-smacss

Repository files navigation

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 .

About

stylelint config using smacss property ordering and other stuff probably

Resources

License

Stars

Watchers

Forks

Packages