revathskumar / stylelint-plugin-inactive-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ 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

About

License:MIT License


Languages

Language:JavaScript 100.0%