]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add .bg-transparent to docs
authorVarunram <vrg2009@ymail.com>
Thu, 29 Mar 2018 04:08:09 +0000 (09:38 +0530)
committerMark Otto <markd.otto@gmail.com>
Fri, 30 Mar 2018 04:36:26 +0000 (21:36 -0700)
docs/4.0/utilities/colors.md

index 0eca02881b9f27cc040acc1f866b6536ecb1685c..6eccb597da4c4f42db59f689c71b9e5679ebf497 100644 (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 %}