@mixin link-color-map {
  @include bg-variants() {
    color: variant-property('linkIdle');
  }
}
