mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-05 20:43:11 +00:00
11 lines
200 B
SCSS
Executable file
11 lines
200 B
SCSS
Executable file
// Progress bars
|
|
|
|
@mixin progress-bar-variant($color) {
|
|
background-color: $color;
|
|
|
|
// Deprecated parent class requirement as of v3.2.0
|
|
.progress-striped & {
|
|
@include gradient-striped;
|
|
}
|
|
}
|