Use HTTPS instead of HTTP for Amazon
[lhc/web/wiklou.git] / .stylelintrc
index 6b94db6..62dbeb6 100644 (file)
@@ -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" ],
        }
 }