woocommerce/assets/css/_animation.scss

10 lines
145 B
SCSS
Raw Normal View History

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