Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/assets/css/_animation.scss
2024-06-18 17:29:05 -04:00

10 lines
123 B
SCSS

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