.transitionable {
  &.fade {
    opacity: 0;

    &.entering,
    &.entered {
      opacity: 1;
    }
  }
}
