2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

new homepage, new assets, clean out old stuff

This commit is contained in:
Mark Otto
2017-08-07 21:35:43 -07:00
parent 92c26af814
commit da3185ee0a
24 changed files with 116 additions and 289 deletions
+1
View File
@@ -30,6 +30,7 @@ Change the border color using utilities built on our theme colors.
{% example html %}
{% for color in site.data.theme-colors %}
<span class="border border-{{ color.name }}"></span>{% endfor %}
<span class="border border-white"></span>
{% endexample %}
</div>