From: Varunram Ganesh Date: Mon, 16 Apr 2018 06:27:06 +0000 (+0530) Subject: Resolve #26262: Add deprecated warning (#26292) X-Git-Tag: v4.1.1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31004582bf4d2c832e681203f07f9511677a5721;p=thirdparty%2Fbootstrap.git Resolve #26262: Add deprecated warning (#26292) --- diff --git a/docs/4.1/utilities/image-replacement.md b/docs/4.1/utilities/image-replacement.md index dc0982d6e9..5d740067c7 100644 --- a/docs/4.1/utilities/image-replacement.md +++ b/docs/4.1/utilities/image-replacement.md @@ -6,6 +6,12 @@ group: utilities toc: true --- +{% capture callout %} +##### Warning +This component is deprecated and will be removed in a future version of bootstrap +{% endcapture %} +{% include callout.html content=callout type="warning" %} + Utilize the `.text-hide` class or mixin to help replace an element's text content with a background image. {% highlight html %}