Skip to content

Commit

Permalink
Restore .progress-bar transition (#24694)
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 bfbf24e commit a8aaccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_progress.scss
Expand Up @@ -19,6 +19,7 @@
color: $progress-bar-color;
text-align: center;
background-color: $progress-bar-bg;
@include transition($progress-bar-transition);
}

.progress-bar-striped {
Expand Down

0 comments on commit a8aaccb

Please sign in to comment.