blob: 90a62afc2d6b33de932ff21247b9ef7eec258cf6 [file] [log] [blame]
// Progress bars
@mixin progress-bar-variant($color) {
background-color: $color;
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
@include gradient-striped;
}
}