first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* _animation.scss
|
||||
* Custom WooCommerce Animations.
|
||||
*/
|
||||
@keyframes spin {
|
||||
100% {
|
||||
transform: rotate( 360deg );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user