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
1 changed files with 9 additions and 0 deletions

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 %}