]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add documentation about .text-decoration-none (#27686)
authorysds <fellows3@gmail.com>
Tue, 20 Nov 2018 07:08:34 +0000 (16:08 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 20 Nov 2018 07:08:34 +0000 (09:08 +0200)
site/docs/4.1/utilities/text.md

index 673c62552c7a83a49571b1b6ca8ea298a54e7b73..0b493d5623fd8934832caa2c377c3a7b10359eac 100644 (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 %}