Angular Bootstrap image replacement

Swap text for background images with the image replacement class.

Utilize the .text-hide class or mixin to help replace an element’s text content with a background image.

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