]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Missing ; 18920/head
authorMark Otto <markd.otto@gmail.com>
Sun, 17 Jan 2016 23:32:01 +0000 (15:32 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 17 Jan 2016 23:32:01 +0000 (15:32 -0800)
scss/_custom-forms.scss

index 205f65fabffbcdaf5b557a4549bb967fc4109014..e30bda861049eaddc2bec920341e3a878f46a439 100644 (file)
   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 {