diff options
| author | Mark Otto <[email protected]> | 2016-01-06 00:00:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-06 00:00:08 -0800 |
| commit | 4625547aea1f6bb5c3ea20dc00afd78b7b5df944 (patch) | |
| tree | a830944643bbe1629b894fcbda180917fee03877 | |
| parent | 069277e86f81e43e009916704fe390e38b423559 (diff) | |
| download | bootstrap-4625547aea1f6bb5c3ea20dc00afd78b7b5df944.tar.xz bootstrap-4625547aea1f6bb5c3ea20dc00afd78b7b5df944.zip | |
disable it for the whole file
| -rw-r--r-- | scss/_custom-forms.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index c20e134ae..974f76408 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 |
