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
1 changed files with 1 additions and 2 deletions

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>
{{- 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>