1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Docs: .text-body-secondary appears two times in Utilities > Colors

This commit is contained in:
Julien Déramond
2023-03-02 08:35:32 +01:00
committed by Mark Otto
parent 38a431068f
commit b8b81669f0

View File

@@ -25,9 +25,8 @@ Color utilities like `.text-*` that generated from our original `$theme-colors`
<p class="text-{{ .name }}-emphasis">.text-{{ .name }}-emphasis</p> <p class="text-{{ .name }}-emphasis">.text-{{ .name }}-emphasis</p>
{{- end -}} {{- end -}}
{{< /colors.inline >}} {{< /colors.inline >}}
<p class="text-body">.text-body</p>
<p class="text-body-secondary">.text-body-secondary</p>
<p class="text-body">.text-body</p>
<p class="text-body-emphasis">.text-body-emphasis</p> <p class="text-body-emphasis">.text-body-emphasis</p>
<p class="text-body-secondary">.text-body-secondary</p> <p class="text-body-secondary">.text-body-secondary</p>
<p class="text-body-tertiary">.text-body-tertiary</p> <p class="text-body-tertiary">.text-body-tertiary</p>