8000 fix(Progress): fix animation when overriding `--#{$prefix}progress-he… · coreui/coreui@dc9adb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc9adb8

Browse files
committed
fix(Progress): fix animation when overriding --#{$prefix}progress-height
1 parent f519a9d commit dc9adb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_progress.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// scss-docs-start progress-keyframes
1111
@if $enable-transitions {
1212
@keyframes progress-bar-stripes {
13-
0% { background-position-x: $progress-height; }
13+
0% { background-position-x: var(--#{$prefix}progress-height); }
1414
}
1515
}
1616
// scss-docs-end progress-keyframes

0 commit comments

Comments
 (0)
0