mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Add .bg-transparent to docs
This commit is contained in:
parent
fd57d371f8
commit
50f6160b4e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue