diff options
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_text.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index d7e6efeda..7b5d26d04 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -60,3 +60,7 @@ } .text-decoration-none { text-decoration: none !important; } + +// Reset + +.text-reset { color: inherit !important; } |
