File "_animation.scss"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/assets/css/_animation.scss
File size: 123 bytes
MIME-type: text/plain
Charset: utf-8

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