8000 Use correct variable (#6341) · bootstrap-vue/bootstrap-vue@c5f5636 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5f5636

Browse files
Hiwsjacobmllr95
andauthored
Use correct variable (#6341)
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
< 8000 div width="60px" height="22px" class="Box-sc-g0xbh4-0 LoadingSkeleton-sc-695d630a-0 kHfwUD kRBfod">
1 parent 47ac08a commit c5f5636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icons/_icons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
&.b-icon-animation-fade,
3434
&.b-iconstack .b-icon-animation-fade > g {
3535
transform-origin: center;
36-
animation: $b-icon-animation-throb-duration infinite ease-in-out alternate b-icon-animation-fade;
36+
animation: $b-icon-animation-fade-duration infinite ease-in-out alternate b-icon-animation-fade;
3737

3838
@media (prefers-reduced-motion: reduce) {
3939
animation: none;

0 commit comments

Comments
 (0)
0