From f650af06a272045db86f7d5812ce1a19e8e6d7f7 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 16 Apr 2024 01:23:19 -0400 Subject: [PATCH] =?UTF-8?q?chore(dev):=20=F0=9F=94=A7=20disable=20selector?= =?UTF-8?q?-class-pattern=20stylelint=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A lot of extension skinstyles are violating that, will re-enable it later --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index c855fdb4..1ee0673d 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -9,6 +9,7 @@ ], "rules": { "font-weight-notation": null, + "selector-class-pattern": null, "selector-max-id": null, "no-descending-specificity": null, "declaration-no-important": null,