From: Mark Otto Date: Sun, 17 Jan 2016 23:32:01 +0000 (-0800) Subject: Missing ; X-Git-Tag: v4.0.0-alpha.3~354^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a8a70d5910020d43cb3c6d55f2627356e4f26b;p=thirdparty%2Fbootstrap.git Missing ; --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 205f65fabf..e30bda8610 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -214,7 +214,7 @@ user-select: none; background-color: $custom-file-bg; border: $custom-file-border-width solid $custom-file-border-color; - @include border-radius($custom-file-border-radius) + @include border-radius($custom-file-border-radius); @include box-shadow($custom-file-box-shadow); &::after {