summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 58d0137..f15e9b6 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -9,6 +9,8 @@
9 { "resolveNestedSelectors": true } 9 { "resolveNestedSelectors": true }
10 ], 10 ],
11 "declaration-colon-space-after": null, 11 "declaration-colon-space-after": null,
12 "function-parentheses-newline-inside": "always-multi-line",
13 "function-parentheses-space-inside": "never-single-line",
12 "scss/dollar-variable-colon-space-after": null, 14 "scss/dollar-variable-colon-space-after": null,
13 "order/properties-alphabetical-order": null, 15 "order/properties-alphabetical-order": null,
14 "order/order": null, 16 "order/order": null,