diff options
| -rw-r--r-- | scss/utilities/_text.scss | 2 |
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; } |
