in English

图像替换

使用图像替换类交换背景图像的文本。

警告

自 v4.1 起,text-hide()类和 mixin 已被弃用。它将在 v5 中完全删除。

利用.text-hide类或 mixin 帮助将元素的文本内容替换为背景图像。

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

使用.text-hide该类来维护标题标签的可访问性和 SEO 优势,但希望使用 abackground-image而不是文本。

引导程序

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