/**
 * _animation.scss
 * Custom GloriousThemes Starter Sites Animations.
 */

@keyframes spin {
    100% {
        transform: rotate( 360deg);
    }
}