]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Deprecate .text-hide (#26173)
authorMark Otto <markd.otto@gmail.com>
Sun, 1 Apr 2018 05:10:32 +0000 (22:10 -0700)
committerGitHub <noreply@github.com>
Sun, 1 Apr 2018 05:10:32 +0000 (22:10 -0700)
scss/mixins/_text-hide.scss

index aa551fde50f463b16a2fb41019e91f76c9275ee9..4b8f218b50802839e93eadd8e5a95e3e380d6c47 100644 (file)
@@ -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.";
 }