geno/wp-content/plugins/woocommerce/assets/css/_animation.scss

10 lines
123 B
SCSS
Raw Permalink Normal View History

2024-02-01 17:24:18 +05:30
/**
* _animation.scss
* Custom WooCommerce Animations.
*/
@keyframes spin {
100% {
transform: rotate( 360deg );
}
}