Skip to content

Commit

Permalink
chore(stylelint): disable import-notation
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Nov 22, 2022
1 parent ba321aa commit c4d1cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"rules": {
"color-function-notation": "legacy",
"import-notation": null,
"number-leading-zero": "never",
"number-max-precision": 6,
"string-quotes": "single"
Expand Down

0 comments on commit c4d1cdd

Please sign in to comment.