Don't verify Danube and verify Euphrates
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / bootstrap / less / mixins / progress-bar.less
1 // Progress bars
2
3 .progress-bar-variant(@color) {
4   background-color: @color;
5
6   // Deprecated parent class requirement as of v3.2.0
7   .progress-striped & {
8     #gradient > .striped();
9   }
10 }