// Animations .mce-fade { opacity: 0; @include transition(opacity .15s linear); &.mce-in { opacity: 1; } }