mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-28 22:39:11 +02:00
document new text color utils
This commit is contained in:
@@ -11,8 +11,11 @@ toc: true
|
|||||||
{% capture example %}
|
{% capture example %}
|
||||||
{% for color in site.data.theme-colors %}
|
{% 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-{{ 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-muted">.text-muted</p>
|
||||||
<p class="text-white bg-dark">.text-white</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 %}
|
{% endcapture %}
|
||||||
{% include example.html content=example %}
|
{% include example.html content=example %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user