1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

Be explicit in the docs for deprecating text-hide

This commit is contained in:
Mark Otto
2018-04-17 08:33:44 -07:00
committed by GitHub
parent 6199871d15
commit 7d8dc4f5b2

View File

@@ -8,7 +8,7 @@ toc: true
{% capture callout %}
##### Warning
This component is deprecated and will be removed in a future version of bootstrap
The `text-hide()` clas and mixin has been deprecated as of v4.1. It will be removed entirely in v5.
{% endcapture %}
{% include callout.html content=callout type="warning" %}