summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-07 17:07:30 +0100
committerVolpeon <git@volpeon.ink>2022-02-07 17:07:30 +0100
commit2b9c02e09b66b73eb12951263aa8aa0da55653b8 (patch)
tree75449cd3c0c50aa482a7376fa1a97715385ec89a /.stylelintrc.json
parentFurther improved font handling (diff)
downloadiro-design-2b9c02e09b66b73eb12951263aa8aa0da55653b8.tar.gz
iro-design-2b9c02e09b66b73eb12951263aa8aa0da55653b8.tar.bz2
iro-design-2b9c02e09b66b73eb12951263aa8aa0da55653b8.zip
Update
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index f599304..79482ee 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -3,7 +3,7 @@
3 "rules": { 3 "rules": {
4 "indentation": 4, 4 "indentation": 4,
5 "number-leading-zero": "never", 5 "number-leading-zero": "never",
6 "max-nesting-depth": 6, 6 "max-nesting-depth": 8,
7 "selector-class-pattern": [ 7 "selector-class-pattern": [
8 "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", 8 "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$",
9 { "resolveNestedSelectors": true } 9 { "resolveNestedSelectors": true }