Files

10 lines
123 B
SCSS
Raw Permalink Normal View History

2025-02-05 23:15:46 +01:00
/**
* _animation.scss
* Custom WooCommerce Animations.
*/
@keyframes spin {
100% {
transform: rotate( 360deg );
}
}