levito / stylelint-config-property-sort-order-smacss

Stylelint config for Property Sort Ordering based on the SMACSS methodology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stylelint-config-property-sort-order-smacss

NPM version NPM Downloads Build Status

Stylelint config for Property Sort Ordering based on the SMACSS methodology.

Installation

npm install --save-dev stylelint-config-property-sort-order-smacss

Usage

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

{
  "extends": "stylelint-config-property-sort-order-smacss",
  "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 based on the SMACSS methodology

License:MIT License


Languages

Language:JavaScript 100.0%