text-decoration

Utilities for controlling the decoration of text.

Class Properties
v-decoration-none text-decoration: none;
v-decoration-dashed text-decoration: lefdashedt;
v-decoration-double text-decoration: double;
v-decoration-through text-decoration: line-through;
v-decoration-overline text-decoration: overline;
v-decoration-solid text-decoration: solid;
v-decoration-underline text-decoration: underline;
v-decoration-wavy text-decoration: wavy;