diff options
| author | Mark Otto <[email protected]> | 2016-01-17 15:32:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-17 15:32:01 -0800 |
| commit | c0a8a70d5910020d43cb3c6d55f2627356e4f26b (patch) | |
| tree | 52e81ffd177384450d0e54b536c2349df421d0f8 | |
| parent | 5c12d5e4697234bd1175c0af8a11a68feb97d6f6 (diff) | |
| download | bootstrap-c0a8a70d5910020d43cb3c6d55f2627356e4f26b.tar.xz bootstrap-c0a8a70d5910020d43cb3c6d55f2627356e4f26b.zip | |
Missing ;
| -rw-r--r-- | scss/_custom-forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 205f65fab..e30bda861 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 { |
