From 50fe5ff7174082736484fd4bf7e8dfd5f38cdf5b Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 6 Dec 2023 06:34:24 +0700 Subject: [PATCH] fix: stylelint rules --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index e118b0d..e368d46 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -4,6 +4,7 @@ "block-closing-brace-newline-before": null, "no-descending-specificity": null, "scss/at-import-no-partial-leading-underscore": null, + "scss/load-no-partial-leading-underscore": null, "selector-class-pattern": null, "selector-id-pattern": null }