diff options
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 7584873d..9ff3446e 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -17,6 +17,6 @@ "selector-id-pattern": null, "selector-class-pattern": null, "color-function-notation": "legacy", - "alpha-values-notation": "number" + "alpha-value-notation": "number" } } |