Skip to content

Commit 2274c8e

Browse files
committed
Use animation-name instead of animation
1 parent 5adfa70 commit 2274c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap-input-spinner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ $space-for-spinner-sm: 25px;
222222

223223
~ .spinner-grow {
224224
// https://github.com/twbs/bootstrap/blob/v4.6.0/scss/_spinners.scss#L50
225-
animation: 0.75s linear infinite spinner-grow-disabled;
225+
animation-name: spinner-grow-disabled;
226226
}
227227
}
228228

0 commit comments

Comments
 (0)