diff options
| author | Mark Otto <[email protected]> | 2016-01-05 23:56:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-05 23:56:08 -0800 |
| commit | 00e2b29041974525feed0d05f27c49ac6b69b027 (patch) | |
| tree | 138a9fd0a2132b180ceda494a61f9b5461405321 | |
| parent | d8d67eaa6ae971959f8b2086c4b7474c39bddda5 (diff) | |
| download | bootstrap-00e2b29041974525feed0d05f27c49ac6b69b027.tar.xz bootstrap-00e2b29041974525feed0d05f27c49ac6b69b027.zip | |
try disabling that
| -rw-r--r-- | scss/_custom-forms.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 0cf135bf8..2509c5652 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -204,6 +204,7 @@ } } +// scss-lint:disable DuplicateProperty .custom-file-control { position: absolute; top: 0; @@ -241,3 +242,4 @@ border-radius: 0 .25rem .25rem 0; } } +// scss-lint:enable DuplicateProperty |
