Files
php_assessment_2/wp-content/plugins/woocommerce/assets/css/_animation.scss
T
emmymayo 7269c99357 init
2025-02-05 23:15:46 +01:00

10 lines
123 B
SCSS

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