From 4625547aea1f6bb5c3ea20dc00afd78b7b5df944 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 6 Jan 2016 00:00:08 -0800 Subject: [PATCH] disable it for the whole file --- scss/_custom-forms.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index c20e134ae0..974f764088 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -1,3 +1,5 @@ +// scss-lint:disable PropertyCount + // Embedded icons from Open Iconic. // Released under MIT and copyright 2014 Waybury. // http://useiconic.com/open @@ -204,7 +206,6 @@ } } -// scss-lint:disable PropertyCount .custom-file-control { position: absolute; top: 0; @@ -242,4 +243,3 @@ border-radius: 0 .25rem .25rem 0; } } -// scss-lint:enable PropertyCount -- 2.47.2