Skip to content

adarrra/stylelint-known-property

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-known-property

Stylelint plugin to check if the css properties are valid.

Install

npm install -D stylelint-known-property

Usage

Add the plugin to your Stylelint config:

{
  "plugins": {
    "known-property": "stylelint-known-property"
  },

  "rules": {
    "known-property": [2, ["whitelisted-property"], ["blacklisted-property"]]
  }
}

About

Stylelint plugin to check if the css properties are valid

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • CSS 0.4%