aboutsummaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-03-07 13:17:32 +0300
committerGravatar Vitaly Takmazov2023-03-07 13:17:32 +0300
commite7bd4e7eda8869f1b0db87d04c8271ebd7100150 (patch)
tree24adf036f80a0d91947687f924c3681fd2e824f6 /.stylelintrc.json
parent5d31fffc321717afb6c0cbb0f5dab9bd8f844eda (diff)
Cleanup some linter errors and warnings
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index f9fd8f59..7584873d 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -16,6 +16,7 @@
"selector-type-case": null,
"selector-id-pattern": null,
"selector-class-pattern": null,
- "color-function-notation": "legacy"
+ "color-function-notation": "legacy",
+ "alpha-values-notation": "number"
}
}