1
0
mirror of https://github.com/fmtlib/fmt.git synced 2025-03-24 16:43:35 +00:00
fmt/doc/bootstrap/mixins/progress-bar.less

11 lines
191 B
Plaintext
Raw Normal View History

2015-05-19 08:13:13 -07:00
// Progress bars
.progress-bar-variant(@color) {
background-color: @color;
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
#gradient > .striped();
}
}