I am using Foundation 6 and am importing Motion UI Transitions and Animations in my SASS file.
But when doing something like below, no animations occur. What am I missing?!
.site-logo {
text-align: center;
margin-bottom: 0.4rem;
@include mui-animation(spin(in, 360deg));
}
Thanks