Нема описа

_animation.scss 123B

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