An open API service indexing awesome lists of open source software.

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

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"
}
```