themes-wordpress/dara/sass/utils/_animation.scss
2018-02-27 14:10:31 +11:00

9 lines
123 B
SCSS

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