Flatlogic Bot 30fe60f3ea Fazliddin
2026-01-29 11:42:42 +00:00

10 lines
123 B
SCSS

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