From: Stefan Wrobel Date: Wed, 25 Jul 2018 00:24:20 +0000 (-0700) Subject: Add .text-decoration-none utility class (#25933) X-Git-Tag: v4.2.0~402^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b98c51da4b39fa8af26ec05db07da57fefb0b6;p=thirdparty%2Fbootstrap.git Add .text-decoration-none utility class (#25933) ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596 --- diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 9140910c5d..d7e6efeda8 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -58,3 +58,5 @@ .text-hide { @include text-hide($ignore-warning: true); } + +.text-decoration-none { text-decoration: none !important; }