_animation.scss 123 B

123456789
  1. /**
  2. * _animation.scss
  3. * Custom WooCommerce Animations.
  4. */
  5. @keyframes spin {
  6. 100% {
  7. transform: rotate( 360deg );
  8. }
  9. }