Skip to content

acolorbright/stylelint-config-property-sort-order-acb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-property-sort-order-acb

Stylelint config for Property Sort Ordering based on stylelint-config-property-sort-order-smacss, which uses the SMACSS methodology.

This config adds empty lines between the SMACSS property groups.

Installation

npm install --save-dev 'acolorbright/stylelint-config-property-sort-order-acb#v1.0.0'

Usage

To start using this configuration, simply extend this package in your Stylelint configuration.

{
  "extends": "stylelint-config-property-sort-order-acb",
  "rules": {
    // Add additional rules here
  }
}

For more information on configuring Stylelint, check out the configuration guide.

Property Ordering

Refer to here for the comprehensive list of property orders.

About

Stylelint config for property sort ordering according to SMACSS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published