From c4d1cdd59ca6d5b4d0c2215b23914bd4b71b8ead Mon Sep 17 00:00:00 2001 From: nzbin Date: Tue, 22 Nov 2022 23:01:04 +0800 Subject: [PATCH] chore(stylelint): disable import-notation --- .stylelintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc b/.stylelintrc index 1932dce..38aa921 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -9,6 +9,7 @@ ], "rules": { "color-function-notation": "legacy", + "import-notation": null, "number-leading-zero": "never", "number-max-precision": 6, "string-quotes": "single"