Skip to content

Commit

Permalink
Resolve #26262: Add deprecated warning (#26292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Varunram authored and XhmikosR committed Apr 16, 2018
1 parent e000933 commit 3100458
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/4.1/utilities/image-replacement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 3100458

Please sign in to comment.