From 9622dbec6ba579c40a69bb985d51cbf6cf6ba974 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Thu, 8 Jul 2021 18:41:17 +0200 Subject: [PATCH] chore: update rules --- .stylelintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintrc b/.stylelintrc index bb2cf82e..079be0a0 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -9,7 +9,8 @@ ], "rules": { "at-rule-no-unknown": null, - "no-descending-specificity": null + "no-descending-specificity": null, + "declaration-colon-newline-after": "always-multi-line" }, "syntax": "scss" } \ No newline at end of file