aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities
diff options
context:
space:
mode:
authorStefan Wrobel <[email protected]>2018-07-24 17:24:20 -0700
committerMark Otto <[email protected]>2018-07-24 17:24:20 -0700
commite3b98c51da4b39fa8af26ec05db07da57fefb0b6 (patch)
tree6d49d2025f0d26d67d448865cd2c9c2f9c0dc273 /scss/utilities
parentc8a4d9dd745e0529e8868aef4551dc2a493745a3 (diff)
downloadbootstrap-e3b98c51da4b39fa8af26ec05db07da57fefb0b6.tar.xz
bootstrap-e3b98c51da4b39fa8af26ec05db07da57fefb0b6.zip
Add .text-decoration-none utility class (#25933)
ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596
Diffstat (limited to 'scss/utilities')
-rw-r--r--scss/utilities/_text.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 9140910c5..d7e6efeda 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; }