https://github.com/danilobuerger/stylelint-config-concentric
A concentric shareable config for stylelint
https://github.com/danilobuerger/stylelint-config-concentric
stylelint
Last synced: 7 months ago
JSON representation
A concentric shareable config for stylelint
- Host: GitHub
- URL: https://github.com/danilobuerger/stylelint-config-concentric
- Owner: danilobuerger
- License: mit
- Created: 2016-04-13T07:48:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T13:06:39.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T10:12:35.353Z (7 months ago)
- Topics: stylelint
- Language: JavaScript
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stylelint-config-concentric
Configuration rules adding a [concentric property sort order](http://rhodesmill.org/brandon/2011/concentric-css/).
Property orders: https://github.com/danilobuerger/stylelint-config-concentric/blob/master/index.js
## Installation
```console
$ npm install stylelint-config-concentric
```## Usage
Set your stylelint config to:
```json
{
"extends": "stylelint-config-concentric"
}
```