aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVarunram <[email protected]>2018-03-29 09:38:09 +0530
committerMark Otto <[email protected]>2018-03-29 21:36:26 -0700
commit50f6160b4e216d05bbca18e2a69ad2fb8f02e5f9 (patch)
tree153002ff28ee208ec29153229e4d59d157591cef /docs
parentfd57d371f84e2aeac35d5701ae3ad357ad6456b2 (diff)
downloadbootstrap-50f6160b4e216d05bbca18e2a69ad2fb8f02e5f9.tar.xz
bootstrap-50f6160b4e216d05bbca18e2a69ad2fb8f02e5f9.zip
Add .bg-transparent to docs
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/colors.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md
index 0eca02881..6eccb597d 100644
--- a/docs/4.0/utilities/colors.md
+++ b/docs/4.0/utilities/colors.md
@@ -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 %}