Skip to content

Commit

Permalink
Bootstrap v4 Beta 3 changed the scss variable (#19)
Browse files Browse the repository at this point in the history
The SCSS map for $custom-file-text has changed. Per this GH issue:
twbs/bootstrap#25127

I looked at the _variables.scss file to find the updated map.
  • Loading branch information
afomera authored and licatajustin committed Jan 5, 2018
1 parent 3a03b6f commit a404acf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/stylesheets/hootstrap/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@ $custom-file-box-shadow: $input-box-shadow;
$custom-file-button-color: $custom-file-color;
$custom-file-button-bg: $input-group-addon-bg;
$custom-file-text: (
placeholder: (en: "Choose file..."),
button-label: (en: "Browse")
en: "Browse"
);

// Form validation
Expand Down

0 comments on commit a404acf

Please sign in to comment.