diff options
| author | ysds <[email protected]> | 2018-11-20 16:08:34 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-20 09:08:34 +0200 |
| commit | 7c8cd0f272ff35c4e7bab0b4fe945e54823e82a1 (patch) | |
| tree | ff51cdd53ff6eaedc11ca2b128ff2e4370ca4ef2 | |
| parent | 1fe56358e79c8be011a95669045f2d5a0e4e482c (diff) | |
| download | bootstrap-7c8cd0f272ff35c4e7bab0b4fe945e54823e82a1.tar.xz bootstrap-7c8cd0f272ff35c4e7bab0b4fe945e54823e82a1.zip | |
Add documentation about .text-decoration-none (#27686)
| -rw-r--r-- | site/docs/4.1/utilities/text.md | 9 |
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 %} |
