From 7c8cd0f272ff35c4e7bab0b4fe945e54823e82a1 Mon Sep 17 00:00:00 2001 From: ysds Date: Tue, 20 Nov 2018 16:08:34 +0900 Subject: [PATCH] Add documentation about .text-decoration-none (#27686) --- site/docs/4.1/utilities/text.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %}