X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=6b94db6722953ceac879db44ba24b2ab83a0945b;hb=fa186b2e649dce87766ef9d6e3fd952637bf22e7;hp=e8e156708da08e0f1da4a1ea9c179673154a9586;hpb=887ba639a2b8d8f8a40babf93524eb05b1387c71;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index e8e156708d..6b94db6722 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -11,6 +11,16 @@ "declaration-colon-space-before": [ "never" ], "font-family-name-quotes": [ "single-unless-keyword" ], - "font-weight-notation": [ "named-where-possible" ] + "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": [ "none" ], + "function-whitespace-after": [ "always" ], } }