diff --git a/.stylelintrc b/.stylelintrc index d6a0d7a77c..0e1af52989 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -59,5 +59,8 @@ "comment-whitespace-inside": "always", "indentation": 4, + + # Limit language features + "color-no-hex": true, } }