File "_progress-bar.scss"
Full Path: C:/wamp64/www/Carteras/sass/bootstrap/mixins/_progress-bar.scss
File size: 200 bytes
MIME-type: text/plain
Charset: utf-8
// Progress bars
@mixin progress-bar-variant($color) {
background-color: $color;
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
@include gradient-striped;
}
}