woocommerce/assets/css/_animation.scss

10 lines
143 B
SCSS

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