_animation.scss 143 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 /** * _animation.scss * Custom WooCommerce Animations. */ @include keyframes( spin ) { 100% { @include transform( rotate(360deg) ); } }