diff options
| author | Martijn Cuppens <[email protected]> | 2020-11-11 17:27:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-11 18:27:12 +0200 |
| commit | 3612a1e463a826364c340921b45dcc8bb3090e58 (patch) | |
| tree | 81854fd085868e2e86897d557080bcd4543b656d /scss/_progress.scss | |
| parent | bc4da38c8bc5516149fe9165020077cdf6ac2379 (diff) | |
| download | bootstrap-3612a1e463a826364c340921b45dcc8bb3090e58.tar.xz bootstrap-3612a1e463a826364c340921b45dcc8bb3090e58.zip | |
Use correct value order (#32121)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss/_progress.scss')
| -rw-r--r-- | scss/_progress.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss index a3fbecf2b..b48ffc4b8 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -34,7 +34,7 @@ @if $enable-transitions { .progress-bar-animated { - animation: progress-bar-stripes $progress-bar-animation-timing; + animation: $progress-bar-animation-timing progress-bar-stripes; @if $enable-reduced-motion { @media (prefers-reduced-motion: reduce) { |
