X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.stylelintrc;h=62dbeb69edf34417e91051902c4efd8a196c7abf;hp=6b94db6722953ceac879db44ba24b2ab83a0945b;hb=9217d86a9cdf3972ee892978ee132510c755cc88;hpb=2d82ed577cf69c6baacf668f2fb6b7477b0678da 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" ], } }