11 lines
191 B
Plaintext
Raw Normal View History

2025-02-28 09:29:43 +08:00
// Progress bars
.progress-bar-variant(@color) {
background-color: @color;
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
#gradient > .striped();
}
}