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

https://github.com/elusivecodes/stylelint-config

Stylelint shareable config for the Frost style.
https://github.com/elusivecodes/stylelint-config

Last synced: 4 months ago
JSON representation

Stylelint shareable config for the Frost style.

Awesome Lists containing this project

README

        

# Frost Stylelint Config

Stylelint shareable config for the *Frost* style.

## Installation

```
npm i @fr0st/stylelint-config --save-dev
```

## Usage

```javascript
export default [
extends: {
'@fr0st/stylelint-config'
}
];
```