woocommerce/assets/css/_animation.scss

10 lines
123 B
SCSS
Raw Normal View History

2015-03-17 15:54:52 +00:00
/**
* _animation.scss
* Custom WooCommerce Animations.
*/
2017-05-05 13:33:58 +00:00
@keyframes spin {
2014-11-13 17:42:09 +00:00
100% {
2017-05-05 13:33:58 +00:00
transform: rotate( 360deg );
2014-11-13 17:42:09 +00:00
}
}