woocommerce/assets/css/_animation.scss

10 lines
123 B
SCSS
Raw Permalink Normal View History

2021-12-10 12:03:04 +00:00
/**
* _animation.scss
* Custom WooCommerce Animations.
*/
@keyframes spin {
100% {
transform: rotate( 360deg );
}
}