From: Mark Otto Date: Sat, 31 Mar 2018 21:45:23 +0000 (-0700) Subject: document new text color utils X-Git-Tag: v4.1.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b72bd051ab605c5de9ed21764d8e696d3aba2e5c;p=thirdparty%2Fbootstrap.git document new text color utils --- diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md index 6eccb597da..acfcf2475a 100644 --- a/docs/4.0/utilities/colors.md +++ b/docs/4.0/utilities/colors.md @@ -11,8 +11,11 @@ toc: true {% capture example %} {% for color in site.data.theme-colors %}

.text-{{ color.name }}

{% endfor %} +

.text-body

.text-muted

.text-white

+

.text-black-50

+

.text-white-50

{% endcapture %} {% include example.html content=example %}