Files
szkoleniauryzaj.pl/wp-content/plugins/woocommerce/client/legacy/css/_animation.scss
2024-11-10 21:08:49 +01:00

10 lines
123 B
SCSS

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