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

progress-bar.less « mixins « bootstrap-3.3.5 « less « assets « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f07996a34dbc19a1acc1c024a2410eb2b1b25271 (plain)
1
2
3
4
5
6
7
8
9
10
// Progress bars

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

  // Deprecated parent class requirement as of v3.2.0
  .progress-striped & {
    #gradient > .striped();
  }
}