Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/react-toastify/scss/animations/_spin.scss

@keyframes #{$rt-namespace}__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
Back to Directory File Manager