]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix animation when overriding `--bs-progress-height`
authorStephen Horvath <s.horvath@outlook.com.au>
Mon, 19 Aug 2024 10:32:28 +0000 (20:32 +1000)
committerMark Otto <markdotto@gmail.com>
Thu, 3 Apr 2025 05:56:10 +0000 (22:56 -0700)
scss/_progress.scss

index 148c3815e87aca887db3618c52159237ce1e1663..732365c5265531d3dec37450b7ea1641bcb3f764 100644 (file)
@@ -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