aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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.";
}