From 98763f1f85ebe1ae0714f993a8e30a096e10dae8 Mon Sep 17 00:00:00 2001
From: Mark Otto <markd.otto@gmail.com>
Date: Sat, 31 Mar 2018 22:10:32 -0700
Subject: [PATCH] Deprecate .text-hide (#26173)

---
 scss/mixins/_text-hide.scss | 2 ++
 1 file changed, 2 insertions(+)

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.";
 }
-- 
GitLab