]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Resolve #26262: Add deprecated warning (#26292)
authorVarunram Ganesh <vrg2009@ymail.com>
Mon, 16 Apr 2018 06:27:06 +0000 (11:57 +0530)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 16 Apr 2018 06:27:06 +0000 (09:27 +0300)
docs/4.1/utilities/image-replacement.md

index dc0982d6e9ced97147fee039bd5f96dd6f9ea47b..5d740067c78fa1b11e4e8790d90fcbf7d0423147 100644 (file)
@@ -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 %}