2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Resolve #26262: Add deprecated warning (#26292)

This commit is contained in:
Varunram Ganesh
2018-04-16 11:57:06 +05:30
committed by XhmikosR
parent e000933c17
commit 31004582bf
+6
View 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 %}