File diff e33121c7dc54 → 32c2469b99f4
static/bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss
Show inline comments
 
new file 100644
 
// Progress bars
 

	
 
@mixin progress-bar-variant($color) {
 
  background-color: $color;
 

	
 
  // Deprecated parent class requirement as of v3.2.0
 
  .progress-striped & {
 
    @include gradient-striped;
 
  }
 
}