diff --git a/.stylelintrc.json b/.stylelintrc.json index 96ec509..49d74f3 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,3 +1,6 @@ { - "extends": "stylelint-config-standard" + "extends": "stylelint-config-standard", + "rules":{ + "color-function-notation": "legacy" + } }