diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 9140910c5d33c175aef36d96855f0fe3c40884bf..d7e6efeda8a199778a03e4bd9ed87af7c4d9227d 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; }