// _animation.scss
// Custom WooCommerce Animations.

@import "../utils/mixins";

@keyframes( spin ){
	100% {
		transform: rotate(360deg);
	}
}
