From: Mark Otto Date: Wed, 6 Jan 2016 08:00:08 +0000 (-0800) Subject: disable it for the whole file X-Git-Tag: v4.0.0-alpha.3~429^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4625547aea1f6bb5c3ea20dc00afd78b7b5df944;p=thirdparty%2Fbootstrap.git disable it for the whole file --- 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