DIR:/home/amritharmonium.com/www/wp-content/plugins/woocommerce/legacy/css/ |
Current File : //home/amritharmonium.com/www/wp-content/plugins/woocommerce/legacy/css/_animation.scss |
/** * _animation.scss * Custom WooCommerce Animations. */ @keyframes spin { 100% { transform: rotate( 360deg ); } } |