From fc2cccd53c8c467d5c4deaa02feb6e812a365d1d Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 8 Oct 2022 22:06:57 +0200 Subject: [PATCH] Disable no-descending-specificity rule, Sass causes false-positives of this. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 70ee27d..5452eaf 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "stylelint-config-standard-scss" ], "rules": { + "no-descending-specificity": null, "string-quotes": "single" } }