Skip to content

Commit a2c9b39

Browse files
Steve-Techmdo
authored andcommitted
Fix animation when overriding --bs-progress-height
1 parent 25965ba commit a2c9b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_progress.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// scss-docs-start progress-keyframes
44
@if $enable-transitions {
55
@keyframes progress-bar-stripes {
6-
0% { background-position-x: $progress-height; }
6+
0% { background-position-x: var(--#{$prefix}progress-height); }
77
}
88
}
99
// scss-docs-end progress-keyframes

0 commit comments

Comments
 (0)