From f7da9d6175238d9497249d54efce977a54a9cbcd Mon Sep 17 00:00:00 2001 From: Varunram Date: Thu, 29 Mar 2018 09:38:09 +0530 Subject: [PATCH] Add .bg-transparent to docs --- docs/4.0/utilities/colors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md index 0eca02881b9f..6eccb597da4c 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 %}