Skip to content

Commit

Permalink
document new text color utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 1, 2018
1 parent 3417c54 commit b72bd05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/4.0/utilities/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ toc: true
{% capture example %}
{% for color in site.data.theme-colors %}
<p class="text-{{ color.name }}{% if color.name == "light" %} bg-dark{% endif %}">.text-{{ color.name }}</p>{% endfor %}
<p class="text-body">.text-body</p>
<p class="text-muted">.text-muted</p>
<p class="text-white bg-dark">.text-white</p>
<p class="text-black-50">.text-black-50</p>
<p class="text-white-50 bg-dark">.text-white-50</p>
{% endcapture %}
{% include example.html content=example %}

Expand Down

0 comments on commit b72bd05

Please sign in to comment.