mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
Fix animation when overriding --bs-progress-height
This commit is contained in:
parent
25965bae00
commit
a2c9b39a24
@ -3,7 +3,7 @@
|
|||||||
// scss-docs-start progress-keyframes
|
// scss-docs-start progress-keyframes
|
||||||
@if $enable-transitions {
|
@if $enable-transitions {
|
||||||
@keyframes progress-bar-stripes {
|
@keyframes progress-bar-stripes {
|
||||||
0% { background-position-x: $progress-height; }
|
0% { background-position-x: var(--#{$prefix}progress-height); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// scss-docs-end progress-keyframes
|
// scss-docs-end progress-keyframes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user