Skip to content

Commit

Permalink
feat(utilities): amend documentation for border-colors, including grays
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jun 24, 2019
1 parent bcd4b62 commit 5639866
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/docs/4.3/utilities/borders.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ Change the border color using utilities built on our theme colors.
<div class="bd-example-border-utils">
{% capture example %}
{% for color in site.data.theme-colors %}
<span class="border border-{{ color.name }}"></span>{% endfor %}
<span class="border border-{{ color.name }}"></span>
{% endfor %}
{% for color in site.data.grays %}
<span class="border border-{{ color.name }}"></span>
{% endfor %}
<span class="border border-white"></span>
{% endcapture %}
{% include example.html content=example %}
Expand Down

0 comments on commit 5639866

Please sign in to comment.