@keyframes vscomp-animation-spin {
  to {
    @include prefix(transform, rotateZ(360deg));
  }
}
