Skip to content

Commit 50f6160

Browse files
Varunrammdo
authored andcommitted
Add .bg-transparent to docs
1 parent fd57d37 commit 50f6160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/4.0/utilities/colors.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Similar to the contextual text color classes, easily set the background of an el
3434
{% for color in site.data.theme-colors %}
3535
<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 %}
3636
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
37+
<div class="p-3 mb-2 bg-transparent text-dark">.bg-transparent</div>
3738
{% endcapture %}
3839
{% include example.html content=example %}
3940

0 commit comments

Comments
 (0)