From 07ee316f828f15369f22d3886e47e5d8370bce79 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 4 Dec 2024 08:19:26 +0100 Subject: [PATCH] stylelint: Update deprecated at-import-partial-extension It is spelled "load-partial-extension" now. https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v14.1.0 --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 0133e2c..5ba11dc 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -19,7 +19,7 @@ "no-descending-specificity": null, "no-duplicate-selectors": null, "scss/at-extend-no-missing-placeholder": null, - "scss/at-import-partial-extension": null, + "scss/load-partial-extension": null, "scss/at-import-no-partial-leading-underscore": null, "scss/load-no-partial-leading-underscore": true, "scss/at-mixin-pattern": null,