X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=.stylelintrc;h=62dbeb69edf34417e91051902c4efd8a196c7abf;hb=144ca9c5feaf9c7b0a8b9d5523233200e835e842;hp=c6d9db46d5d6b12542d6e6402183f47967252646;hpb=136171f278a12e87d536285804d477ddafc40b75;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index c6d9db46d5..62dbeb69ed 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -4,5 +4,23 @@ "color-hex-length": [ "short" ], "color-named": [ "never" ], "color-no-invalid-hex": true, + + "declaration-bang-space-after": [ "never" ], + "declaration-bang-space-before": [ "always" ], + "declaration-colon-space-after": [ "always" ], + "declaration-colon-space-before": [ "never" ], + + "font-family-name-quotes": [ "always-unless-keyword" ], + "font-weight-notation": [ "named-where-possible" ], + + "function-calc-no-unspaced-operator": true, + "function-comma-newline-after": "never-multi-line", + "function-comma-newline-before": "never-multi-line", + "function-comma-space-after": [ "always" ], + "function-comma-space-before": [ "never" ], + "function-parentheses-newline-inside": [ "never-multi-line" ], + "function-parentheses-space-inside": [ "always" ], + "function-url-quotes": [ "never" ], + "function-whitespace-after": [ "always" ], } }