.animate { &.fadein { animation: fadein 500ms; } } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } }