BIHomeWP/wp-content/plugins/woocommerce/assets/css/_animation.scss
2020-02-13 10:39:37 +07:00

10 lines
123 B
SCSS

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