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:
parent
fd57d371f8
commit
50f6160b4e
@ -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 %}
|
{% 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-{{ 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-white text-dark">.bg-white</div>
|
||||||
|
<div class="p-3 mb-2 bg-transparent text-dark">.bg-transparent</div>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% include example.html content=example %}
|
{% include example.html content=example %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user