2.2.0 • Published 3 months ago

stylelint-config-syzygy-order v2.2.0

Weekly downloads
54
License
MIT
Repository
github
Last release
3 months ago

stylelint-config-syzygy-order

SYZYGY stylelint config for declaration order.

Stylelint declaration order config build upon stylelint-order plugin.

Rules

Installation

Make sure you have stylelint installed:

npm install --save-dev stylelint

then install the config:

npm install --save-dev stylelint-config-syzygy-order

Usage

Simply set your stylelint config to extend stylelint-config-syzygy-order:

{
  "extends": "stylelint-config-syzygy-order"
}

Usage with other configs

This config contains only rules for declaration order. It rather should not be used standalone. You can extend multiple configs. We recommend to use stylelint-config-syzygy-order together with stylelint-config-syzygy-scss or any other config that fits your needs.

Example usage with stylelint-config-syzygy-scss:

{
  "extends": [
    "stylelint-config-syzygy-scss",
    "stylelint-config-syzygy-order"
  ]
}

Changelog

License

2.2.0

3 months ago

2.1.0

8 months ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago