From: ysds
Date: Tue, 20 Nov 2018 07:08:34 +0000 (+0900)
Subject: Add documentation about .text-decoration-none (#27686)
X-Git-Tag: v4.2.0~92
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c8cd0f272ff35c4e7bab0b4fe945e54823e82a1;p=thirdparty%2Fbootstrap.git
Add documentation about .text-decoration-none (#27686)
---
diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md
index 673c62552c..0b493d5623 100644
--- a/site/docs/4.1/utilities/text.md
+++ b/site/docs/4.1/utilities/text.md
@@ -112,3 +112,12 @@ Reset a text or link's color with `.text-reset`, so that it inherits the color f
{% endcapture %}
{% include example.html content=example %}
+
+## Text decoration
+
+Remove a text decoration with a `.text-decoration-none` class.
+
+{% capture example %}
+Non-underlined link
+{% endcapture %}
+{% include example.html content=example %}