mirror of https://github.com/twbs/bootstrap.git
Docs: `.text-body-secondary` appears two times in Utilities > Colors
This commit is contained in:
parent
38a431068f
commit
b8b81669f0
|
|
@ -25,9 +25,8 @@ Color utilities like `.text-*` that generated from our original `$theme-colors`
|
|||
<p class="text-{{ .name }}-emphasis">.text-{{ .name }}-emphasis</p>
|
||||
{{- end -}}
|
||||
{{< /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-secondary">.text-body-secondary</p>
|
||||
<p class="text-body-tertiary">.text-body-tertiary</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue