diff options
| author | Mark Otto <[email protected]> | 2016-01-05 23:58:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-05 23:58:34 -0800 |
| commit | 069277e86f81e43e009916704fe390e38b423559 (patch) | |
| tree | 4c59ed5eb2a2c5bc14b27e4bce569487728d93b5 | |
| parent | 00e2b29041974525feed0d05f27c49ac6b69b027 (diff) | |
| download | bootstrap-069277e86f81e43e009916704fe390e38b423559.tar.xz bootstrap-069277e86f81e43e009916704fe390e38b423559.zip | |
really disable the offending one
| -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 2509c5652..c20e134ae 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -204,7 +204,7 @@ } } -// scss-lint:disable DuplicateProperty +// scss-lint:disable PropertyCount .custom-file-control { position: absolute; top: 0; @@ -242,4 +242,4 @@ border-radius: 0 .25rem .25rem 0; } } -// scss-lint:enable DuplicateProperty +// scss-lint:enable PropertyCount |
