From faca82962c1b6cc8902c9b4b62f8b9e52128861e Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 29 Sep 2020 11:38:23 +0200 Subject: Silence new stylelint complaint (#3197) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cf. https://github.com/FreshRSS/FreshRSS/pull/3196#issuecomment-699928812 ``` p/themes/Ansum/_layout.scss 42:4 ✖ Unexpected empty line before rule rule-empty-line-before p/themes/Mapco/_layout.scss 42:4 ✖ Unexpected empty line before rule rule-empty-line-before ``` --- p/themes/Mapco/_layout.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'p/themes/Mapco/_layout.scss') diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index 94e9d7f40..c7c0849b4 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -38,7 +38,6 @@ &.search { // text-align: center; // width: 50%; - input { width: 230px; color: $sid-font-color; -- cgit v1.2.3