From c45a41883594ed9f7e52b4a007da85d52a1b5192 Mon Sep 17 00:00:00 2001 From: Emil Petrov Date: Tue, 3 Dec 2024 14:02:05 +0200 Subject: [PATCH] chore(infra): silence constant stylelint deprecation warnings --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 83f78e2e34..ba99880f38 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -50,7 +50,7 @@ ] } ], - "scss/at-import-partial-extension": "always", + "scss/at-import-partial-extension": null, "scss/load-partial-extension": "always", "scss/no-global-function-names": null, "scss/at-import-no-partial-leading-underscore": null,