0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Missing ;

This commit is contained in:
Mark Otto 2016-01-17 15:32:01 -08:00
parent 5c12d5e469
commit c0a8a70d59

View File

@ -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 {