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

https://github.com/revathskumar/stylelint-plugin-inactive-css


https://github.com/revathskumar/stylelint-plugin-inactive-css

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

# :warning: CAUTION: This is in very early stage development

## stylelint-plugin-inactive-css

## Usage

```
npm i stylelint stylelint-plugin-inactive-css
```

## Setup

```
//.stylelintrc
{
"plugins": [
"stylelint-plugin-inactive-css"
],
"rules": {
"inactive-css/flex": true
}
}
```

## License

MIT