From: ruedap Date: Tue, 10 Apr 2018 12:40:01 +0000 (+0900) Subject: Fix incorrect value of Stylelint option (#26192) X-Git-Tag: v4.1.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee1a22812b56a987fe6e9694703bb5ecd25ee212;p=thirdparty%2Fbootstrap.git Fix incorrect value of Stylelint option (#26192) --- diff --git a/.stylelintrc b/.stylelintrc index c65940be24..3d86d2ac75 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -4,9 +4,7 @@ "stylelint-order" ], "rules": { - "at-rule-empty-line-before": [null, { - "except": ["first-nested"] - }], + "at-rule-empty-line-before": null, "at-rule-name-space-after": "always", "at-rule-no-vendor-prefix": true, "at-rule-semicolon-space-before": "never",