Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/assets/css/_animation.scss
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

10 lines
123 B
SCSS

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