Unverified Commit a8aaccbd authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

Restore .progress-bar transition (#24694)

Unintentionally removed in #22703. Fixes #24643.
parent bfbf24e7
Showing with 1 addition and 0 deletions
+1 -0
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
color: $progress-bar-color; color: $progress-bar-color;
text-align: center; text-align: center;
background-color: $progress-bar-bg; background-color: $progress-bar-bg;
@include transition($progress-bar-transition);
} }
.progress-bar-striped { .progress-bar-striped {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment