mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
11 lines
200 B
SCSS
11 lines
200 B
SCSS
// Progress bars
|
|
|
|
@mixin progress-bar-variant($color) {
|
|
background-color: $color;
|
|
|
|
// Deprecated parent class requirement as of v3.2.0
|
|
.progress-striped & {
|
|
@include gradient-striped;
|
|
}
|
|
}
|