Skip to content

Commit

Permalink
Restore .progress-bar transition
Browse files Browse the repository at this point in the history
Unintentionally removed in #22703. Fixes #24643.
  • Loading branch information
mdo committed Nov 6, 2017
1 parent 0581234 commit 2bec39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
justify-content: center;
color: $progress-bar-color;
background-color: $progress-bar-bg;
@include transition($progress-bar-transition);
}

.progress-bar-striped {
Expand Down

0 comments on commit 2bec39b

Please sign in to comment.