Skip to content
Olivier Bieler edited this page Feb 20, 2020 · 3 revisions

Font Size

Utilities for controlling the font size of an element.

Added in v3.0.0

<p class="text-xs">The quick brown fox ...</p>
<p class="text-sm">The quick brown fox ...</p>
<p class="text-base">The quick brown fox ...</p>
<p class="text-lg">The quick brown fox ...</p>
<p class="text-xl">The quick brown fox ...</p>

Text Decoration

Utilities for controlling the decoration of text.

Added in v4.1.0

<p class="underline">The quick brown fox ...</p>
<p class="line-through">The quick brown fox ...</p>
<a href="#" class="no-underline">Link with no underline</a>

Text Break

Utility for preventing long strings of text breaking layout.

Added in v4.2.0

<p class="text-break">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
Clone this wiki locally