mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
348b7de7f7
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
// Progress bars
|
|
|
|
.progress-bar-variant(@color) {
|
|
background-color: @color;
|
|
.progress-striped & {
|
|
#gradient > .striped();
|
|
}
|
|
}
|
|
|