diff options
| author | Mark Otto <[email protected]> | 2018-03-31 22:10:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-03-31 22:10:32 -0700 |
| commit | 98763f1f85ebe1ae0714f993a8e30a096e10dae8 (patch) | |
| tree | 7cf6c715cb7c932750b28dc2fa81b0dea60f2900 | |
| parent | dd7ed798564643d18d738f20e4cf51ccffd5af99 (diff) | |
| download | bootstrap-98763f1f85ebe1ae0714f993a8e30a096e10dae8.tar.xz bootstrap-98763f1f85ebe1ae0714f993a8e30a096e10dae8.zip | |
Deprecate .text-hide (#26173)
| -rw-r--r-- | scss/mixins/_text-hide.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/mixins/_text-hide.scss b/scss/mixins/_text-hide.scss index aa551fde5..4b8f218b5 100644 --- a/scss/mixins/_text-hide.scss +++ b/scss/mixins/_text-hide.scss @@ -6,4 +6,6 @@ text-shadow: none; background-color: transparent; border: 0; + + @warn "The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5."; } |
