diff options
| author | m5o <[email protected]> | 2018-08-25 18:31:52 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-25 19:31:52 +0300 |
| commit | 7f9e70202e57d2eda4269a8aa72084ecadbe5e81 (patch) | |
| tree | 9f85d76fa34d43941792f81d2b9d24c37474e3f2 /scss/utilities | |
| parent | 3a02f21b33928117abb8302b6d7fa439fc8472f1 (diff) | |
| download | bootstrap-7f9e70202e57d2eda4269a8aa72084ecadbe5e81.tar.xz bootstrap-7f9e70202e57d2eda4269a8aa72084ecadbe5e81.zip | |
add text-reset to text utilities (#26866)
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; } |
