/** * _animation.scss * Custom WooCommerce Animations. */ @keyframes spin { 100% { transform: rotate( 360deg ); } } .wc-block-products-category__selection { width: 100%; } .wc-block-products-category__cancel-button.is-tertiary { margin: 1em auto 0; }