// Animations

.@{prefix}-fade {
  opacity: 0;
  .transition(opacity .15s linear);

  &.@{prefix}-in {
    opacity: 1;
  }
}
