Mirage: BGA styles

2.5.14 base.text.u Underlined text

Toggle example guides Toggle HTML markup

To underline text use the <u> element. Not recommended since underlines are used by web browsers to style hyperlinks.

Example
This line of text will render as underlined
Markup: base/text/text-u.twig
<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-name">u</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"</span></span></span><span class="hljs-template-variable">{{modifier_class}}</span><span class="xml"><span class="hljs-tag"><span class="hljs-string">"</span>&gt;</span>This line of text will render as underlined<span class="hljs-tag">&lt;/<span class="hljs-name">u</span>&gt;</span>
</span>
Source: base/text/_text.scss, line 238