Skip to content

Typography

Text Decoration

Utilities for controlling the decoration of text.

Quick reference

ClassDescription
underlinetext-decoration-line: underline
line-throughtext-decoration-line: line-through
no-underlinetext-decoration: none

Basic usage

Setting the text decoration

Control how text is decorated with the underline, no-underline, and line-through utilities.

underline

The quick smart warp scientist

line-through

The quick smart warp scientist

no-underline

The quick smart warp scientist

html
<p class="underline...">The quick smart warp scientist ...</p>
<p class="line-through ...">The quick smart warp scientist ...</p>
<p class="no-underline ...">The quick smart warp scientist ...</p>

Released under the Apache 2.0 License.