0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add documentation about .text-decoration-none (#27686)

This commit is contained in:
ysds 2018-11-20 16:08:34 +09:00 committed by XhmikosR
parent 1fe56358e7
commit 7c8cd0f272

View File

@ -112,3 +112,12 @@ Reset a text or link's color with `.text-reset`, so that it inherits the color f
</p>
{% endcapture %}
{% include example.html content=example %}
## Text decoration
Remove a text decoration with a `.text-decoration-none` class.
{% capture example %}
<a href="#" class="text-decoration-none">Non-underlined link</a>
{% endcapture %}
{% include example.html content=example %}