summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-28 09:57:02 +0100
committerVolpeon <git@volpeon.ink>2020-12-28 09:57:02 +0100
commit4631bf9fee31289d30d211d59b77b579303d55f6 (patch)
treef33e5eb4713280d3c1b5e73e996a08fddab5e9a3 /.stylelintrc.json
parentCompleted automatic metadata generation (diff)
downloadvolpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.tar.gz
volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.tar.bz2
volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.zip
Various small fixes, exclude raw ASCII fox from output
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 559e349..49f4e7f 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -5,7 +5,7 @@
5 "number-leading-zero": "never", 5 "number-leading-zero": "never",
6 "max-nesting-depth": 3, 6 "max-nesting-depth": 3,
7 "selector-class-pattern": [ 7 "selector-class-pattern": [
8 "^[closu](-[a-z]+)+(__[a-z]+(-[a-z]+)*)*(--[a-z]+(-[a-z]+)*)*(\\@[a-z]+(-[a-z]+)*)?$", 8 "^[closu](-[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 }
10 ], 10 ],
11 "declaration-colon-space-after": null, 11 "declaration-colon-space-after": null,