From fecfba67605135661733f69d1656d2ab9d3e36b8 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 6 Mar 2019 15:49:12 +0100 Subject: [PATCH] Fix stylelint rule --- .stylelintrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.stylelintrc b/.stylelintrc index b8426f0f..91320583 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -17,13 +17,6 @@ "ignoreProperties": ["composes", "font-smoothing", "font-smooth"] } ], - "at-rule-empty-line-before": [ - "always", { - "ignoreAtRules": [ - "import" - ] - } - ], "at-rule-no-unknown": [ true, { ignoreAtRules: ["each"] }]