Commit 50f6160b authored by Varunram's avatar Varunram Committed by Mark Otto
Browse files

Add .bg-transparent to docs

parent fd57d371
Showing with 1 addition and 0 deletions
+1 -0
...@@ -34,6 +34,7 @@ Similar to the contextual text color classes, easily set the background of an el ...@@ -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 %} {% 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-{{ 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-white text-dark">.bg-white</div>
<div class="p-3 mb-2 bg-transparent text-dark">.bg-transparent</div>
{% endcapture %} {% endcapture %}
{% include example.html content=example %} {% include example.html content=example %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment