// Animations

.mce-fade {
	opacity: 0;
	.transition(opacity .15s linear);

	&.mce-in {
		opacity: 1;
	}
}
