diff options
author | Volpeon <git@volpeon.ink> | 2024-10-08 12:36:57 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-08 12:36:57 +0200 |
commit | 0adc2b7014d9909869bc9888ac90a3ec142d9488 (patch) | |
tree | d35e85de9ba85da9aa03286c3562c6efce6cbb31 /.stylelintrc.json | |
parent | Lockfile (diff) | |
download | iro-design-0adc2b7014d9909869bc9888ac90a3ec142d9488.tar.gz iro-design-0adc2b7014d9909869bc9888ac90a3ec142d9488.tar.bz2 iro-design-0adc2b7014d9909869bc9888ac90a3ec142d9488.zip |
Replace Oddbird with native SASS color functions
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 622a3c3..09d474e 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json | |||
@@ -4,6 +4,9 @@ | |||
4 | "stylelint-order" | 4 | "stylelint-order" |
5 | ], | 5 | ], |
6 | "rules": { | 6 | "rules": { |
7 | "@stylistic/indentation": 4, | ||
8 | "@stylistic/number-leading-zero": "never", | ||
9 | "@stylistic/declaration-colon-space-after": null, | ||
7 | "max-nesting-depth": 7, | 10 | "max-nesting-depth": 7, |
8 | "selector-class-pattern": [ | 11 | "selector-class-pattern": [ |
9 | "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", | 12 | "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", |