Image replacement

<h1 class="text-hide">Custom heading</h1>
// Usage as a mixin
.heading {
  @include text-hide;
}

Bootstrap

<h1 class="text-hide" style="background-image: url('..');">Bootstrap</h1>