// Links

a {
  @include link-color();
  @include link-state-colors();
  @include text-wrap();

  text-decoration: none;

  &:focus {
    @include tab-focus();
  }
}

// Added to support IE for word-break because it only works when applied on parents
.text-wrap-ie {
  @include text-wrap();
}
