From 8ba925726d87c8292061861cc8ad5a868eac6d0a Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Wed, 5 Oct 2016 16:41:29 +0200 Subject: [PATCH] Added declaration-no-important --- .stylelintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc b/.stylelintrc index 5a7c3148..eedf8e75 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -10,6 +10,7 @@ "rules": { "at-rule-no-vendor-prefix": true, "comment-empty-line-before": "never", + "declaration-no-important": true, "function-url-no-scheme-relative": true, "function-url-quotes": "always", "max-nesting-depth": 3,