// Progress bars @mixin progress-bar-variant($color) { background-color: $color; .progress-striped & { @include gradient-striped(); } }