From c1c3e4792a2376716bb8cd44ce7cab6f4d270f27 Mon Sep 17 00:00:00 2001 From: Tenebrosful <hugobernard39@gmail.com> Date: Wed, 3 Nov 2021 23:43:15 +0100 Subject: [PATCH] Remove no-descending-specificity rule --- .stylelintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index e3df55e..7106032 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -6,6 +6,7 @@ "rules": { "selector-class-pattern": null, "selector-id-pattern": null, - "property-no-vendor-prefix": null + "property-no-vendor-prefix": null, + "no-descending-specificity": null } } \ No newline at end of file -- GitLab