@include keyframes(fade-in-up) { from { opacity: 0; @include transform(translateY(2rem)); } to { opacity: 1; @include transform(translateY(0)); } }