Skip to content

Commit

Permalink
ci: fix style lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed May 25, 2022
1 parent e54ade5 commit 271b35d
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 @@ -6,6 +6,7 @@
"at-rule-no-unknown": null,
"function-name-case": ["lower", { "ignoreFunctions": ["/colorPalette/"] }],
"rule-empty-line-before": null,
"no-duplicate-selectors": null,
"no-empty-source": null,
"no-invalid-double-slash-comments": null,
"no-invalid-position-at-import-rule": null,
Expand Down

0 comments on commit 271b35d

Please sign in to comment.