woothemes/woocommerce

View on GitHub
assets/css/_animation.scss

Summary

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