Skip to content

Commit 7c8cd0f

Browse files
ysdsXhmikosR
authored andcommitted
Add documentation about .text-decoration-none (#27686)
1 parent 1fe5635 commit 7c8cd0f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

site/docs/4.1/utilities/text.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,12 @@ Reset a text or link's color with `.text-reset`, so that it inherits the color f
112112
</p>
113113
{% endcapture %}
114114
{% include example.html content=example %}
115+
116+
## Text decoration
117+
118+
Remove a text decoration with a `.text-decoration-none` class.
119+
120+
{% capture example %}
121+
<a href="#" class="text-decoration-none">Non-underlined link</a>
122+
{% endcapture %}
123+
{% include example.html content=example %}

0 commit comments

Comments
 (0)