Skip to content

Commit

Permalink
fix: disable alpha-value-notation and color-function-notation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Nov 3, 2021
1 parent a30140a commit 86c3c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ module.exports = {
"**/*.ts"
],
"rules": {
"alpha-value-notation": null,
"at-rule-no-unknown": null,
"color-function-notation": null,
"csstree/validator": true,
"number-leading-zero": null,
"no-descending-specificity": null,
Expand Down

0 comments on commit 86c3c75

Please sign in to comment.