Skip to content

Commit

Permalink
Stylelint: disallow some property values
Browse files Browse the repository at this point in the history
* border: none
* outline: none
  • Loading branch information
XhmikosR committed Jan 11, 2021
1 parent 78c5b50 commit 2144539
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .stylelintrc
Expand Up @@ -3,6 +3,10 @@
"stylelint-config-twbs-bootstrap/scss"
],
"rules": {
"declaration-property-value-disallowed-list": {
"border": "none",
"outline": "none"
},
"function-disallowed-list": [
"calc",
"lighten",
Expand Down

0 comments on commit 2144539

Please sign in to comment.