is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .text-hide

<h1 class="text-hide">Custom heading</h1>

Preview

Custom heading

Tips 💡

Sass source

/* _text.scss:56 */
.text-hide {
  @include text-hide($ignore-warning: true);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _text.scss:56 */
$ignore-warning:

More in Bootstrap Text