From 00e2b29041974525feed0d05f27c49ac6b69b027 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Jan 2016 23:56:08 -0800 Subject: [PATCH] try disabling that --- scss/_custom-forms.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 0cf135bf81..2509c56521 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