1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Add transition to .progress-bar

- Pulls in values from v3
- Closes #22371 which didn't use a transition include
This commit is contained in:
Mark Otto
2017-04-08 14:05:33 -07:00
committed by Mark Otto
parent 050aab338b
commit fba27befef
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
line-height: $progress-height;
color: $progress-bar-color;
background-color: $progress-bar-bg;
@include transition($progress-bar-transition);
}
.progress-bar-striped {