/** * _animation.scss * Custom WooCommerce Animations. */ @include keyframes( spin ) { 100% { @include transform( rotate(360deg) ); } }