Item Type
Item Name
Search file in folder and subfolders...
/** * _animation.scss * Custom WooCommerce Animations. */ @keyframes spin { 100% { transform: rotate( 360deg ); } }