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