From 0116d4ae7f0644af003cb877a358eae4e0c9164f Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 16:13:57 +0200 Subject: [PATCH] acid testing --- .stylelintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 3cb0b1e..03eeedb 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,3 +1,6 @@ { - "extends": "stylelint-config-twbs-bootstrap" + "extends": "stylelint-config-twbs-bootstrap/scss", + "rules": { + "selector-class-pattern": "^[_a-z][a-z0-9_\\-]*[a-z0-9]$" + } } -- 2.45.2