From: Varunram Date: Thu, 29 Mar 2018 04:08:09 +0000 (+0530) Subject: Add .bg-transparent to docs X-Git-Tag: v4.1.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50f6160b4e216d05bbca18e2a69ad2fb8f02e5f9;p=thirdparty%2Fbootstrap.git Add .bg-transparent to docs --- diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md index 0eca02881b..6eccb597da 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 %}
.bg-{{ color.name }}
{% endfor %}
.bg-white
+
.bg-transparent
{% endcapture %} {% include example.html content=example %}