oont-contents/plugins/woocommerce/assets/css/_animation.scss
2025-02-08 15:10:23 +01:00

9 lines
123 B
SCSS

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