mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Add documentation about .text-decoration-none (#27686)
This commit is contained in:
@@ -112,3 +112,12 @@ Reset a text or link's color with `.text-reset`, so that it inherits the color f
|
|||||||
</p>
|
</p>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% include example.html content=example %}
|
{% 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 %}
|
||||||
|
Reference in New Issue
Block a user