From 2b9c02e09b66b73eb12951263aa8aa0da55653b8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 7 Feb 2022 17:07:30 +0100 Subject: Update --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index f599304..79482ee 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -3,7 +3,7 @@ "rules": { "indentation": 4, "number-leading-zero": "never", - "max-nesting-depth": 6, + "max-nesting-depth": 8, "selector-class-pattern": [ "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", { "resolveNestedSelectors": true } -- cgit v1.3.1