This commit is contained in:
8
node_modules/react-toastify/scss/animations/_spin.scss
generated
vendored
Normal file
8
node_modules/react-toastify/scss/animations/_spin.scss
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@keyframes #{$rt-namespace}__spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user