aboutsummaryrefslogtreecommitdiff
path: root/site/docs
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.1/utilities/text.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md
index 673c62552..0b493d562 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
</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 %}