From e89079f3e37099fbd2ec4012fc27b9806a566a67 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Wed, 11 Dec 2024 10:20:29 +0100 Subject: [PATCH] do not allow nested css code --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index fa61b92..3257899 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -2,6 +2,7 @@ "extends": "stylelint-config-standard", "rules": { "string-quotes": "single", + "selector-nested-pattern": "false", "selector-class-pattern": "^([a-z][a-z0-9]*)(-[a-z0-9]+)*$|block_column", "declaration-property-unit-disallowed-list": { "font-size": [