diff options
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 3 |
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" } } |