Skip to content

Commit

Permalink
Fix animation when overriding --bs-progress-height
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Tech committed Aug 19, 2024
1 parent 048f56f commit 5981ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// scss-docs-start progress-keyframes
@if $enable-transitions {
@keyframes progress-bar-stripes {
0% { background-position-x: $progress-height; }
0% { background-position-x: var(--#{$prefix}progress-height); }
}
}
// scss-docs-end progress-keyframes
Expand Down

0 comments on commit 5981ed2

Please sign in to comment.