From: Mark Otto Date: Sun, 1 Apr 2018 05:10:32 +0000 (-0700) Subject: Deprecate .text-hide (#26173) X-Git-Tag: v4.1.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98763f1f85ebe1ae0714f993a8e30a096e10dae8;p=thirdparty%2Fbootstrap.git Deprecate .text-hide (#26173) --- 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."; }