Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_progress-bar.scss « mixins « bootstrap « stylesheets « assets - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90a62afc2d6b33de932ff21247b9ef7eec258cf6 (plain)
1
2
3
4
5
6
7
8
9
10
// Progress bars

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

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