Current File : /home/virtualki/22346/wp-content/themes/Boldtheme/sass/tools/_animation.scss
// *----------------------------------*\
// Tools > Animation
// *----------------------------------*/

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}