We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd57d37 commit 50f6160Copy full SHA for 50f6160
docs/4.0/utilities/colors.md
@@ -34,6 +34,7 @@ Similar to the contextual text color classes, easily set the background of an el
34
{% for color in site.data.theme-colors %}
35
<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 %}
36
<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>
38
{% endcapture %}
39
{% include example.html content=example %}
40
0 commit comments