Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acolorbright/stylelint-config-property-sort-order-acb
Stylelint config for property sort ordering according to SMACSS
https://github.com/acolorbright/stylelint-config-property-sort-order-acb
smacss stylelint stylelint-config
Last synced: about 1 month ago
JSON representation
Stylelint config for property sort ordering according to SMACSS
- Host: GitHub
- URL: https://github.com/acolorbright/stylelint-config-property-sort-order-acb
- Owner: acolorbright
- License: mit
- Created: 2020-01-16T16:17:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:56:13.000Z (about 1 year ago)
- Last Synced: 2024-03-21T03:20:36.058Z (10 months ago)
- Topics: smacss, stylelint, stylelint-config
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# stylelint-config-property-sort-order-acb
Stylelint config for Property Sort Ordering based on
[stylelint-config-property-sort-order-smacss](https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/),
which uses the [SMACSS](http://smacss.com) methodology.This config adds empty lines between the SMACSS property groups.
## Installation
```bash
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.
```js
{
"extends": "stylelint-config-property-sort-order-acb",
"rules": {
// Add additional rules here
}
}
```For more information on configuring Stylelint, check out the [configuration](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configuration.md) guide.
## Property Ordering
Refer to [here](https://github.com/cahamilton/css-property-sort-order-smacss/blob/master/index.js) for the comprehensive list of property orders.