0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Add .bg-transparent to docs

This commit is contained in:
Varunram 2018-03-29 09:38:09 +05:30 committed by Mark Otto
parent fd57d371f8
commit 50f6160b4e

View File

@ -34,6 +34,7 @@ Similar to the contextual text color classes, easily set the background of an el
{% for color in site.data.theme-colors %}
<div class="p-3 mb-2 bg-{{ color.name }} {% if color.name == "light" or color.name == "warning" %}text-dark{% else %}text-white{% endif %}">.bg-{{ color.name }}</div>{% endfor %}
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
<div class="p-3 mb-2 bg-transparent text-dark">.bg-transparent</div>
{% endcapture %}
{% include example.html content=example %}