https://github.com/revathskumar/stylelint-plugin-inactive-css
https://github.com/revathskumar/stylelint-plugin-inactive-css
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/revathskumar/stylelint-plugin-inactive-css
- Owner: revathskumar
- License: mit
- Created: 2020-03-11T20:44:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:52:04.000Z (over 3 years ago)
- Last Synced: 2025-01-25T16:10:01.782Z (over 1 year ago)
- Language: JavaScript
- Size: 559 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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