X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=62dbeb69edf34417e91051902c4efd8a196c7abf;hb=41de436009aa98e2641e22015fe72dd26b40c304;hp=6b94db6722953ceac879db44ba24b2ab83a0945b;hpb=0df66aa5eba11fad41a0d5607d1f287d70937e9d;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 6b94db6722..62dbeb69ed 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -10,7 +10,7 @@ "declaration-colon-space-after": [ "always" ], "declaration-colon-space-before": [ "never" ], - "font-family-name-quotes": [ "single-unless-keyword" ], + "font-family-name-quotes": [ "always-unless-keyword" ], "font-weight-notation": [ "named-where-possible" ], "function-calc-no-unspaced-operator": true, @@ -20,7 +20,7 @@ "function-comma-space-before": [ "never" ], "function-parentheses-newline-inside": [ "never-multi-line" ], "function-parentheses-space-inside": [ "always" ], - "function-url-quotes": [ "none" ], + "function-url-quotes": [ "never" ], "function-whitespace-after": [ "always" ], } }