Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2018-04-01 08:10:32 +0300
committerGitHub <noreply@github.com>2018-04-01 08:10:32 +0300
commit98763f1f85ebe1ae0714f993a8e30a096e10dae8 (patch)
tree7cf6c715cb7c932750b28dc2fa81b0dea60f2900
parentdd7ed798564643d18d738f20e4cf51ccffd5af99 (diff)
Deprecate .text-hide (#26173)
-rw-r--r--scss/mixins/_text-hide.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/mixins/_text-hide.scss b/scss/mixins/_text-hide.scss
index aa551fde50..4b8f218b50 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.";
}