Skip to content

Commit

Permalink
Docs: fix emphasis text utilities usage in Utilities > Background (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
oliv37 committed Oct 13, 2023
1 parent 790dc80 commit 72d6722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/utilities/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Background utilities like `.bg-*` that generated from our original `$theme-color
{{< colors.inline >}}
{{- range (index $.Site.Data "theme-colors") }}
<div class="p-3 mb-2 bg-{{ .name }}{{ if .contrast_color }} text-{{ .contrast_color }}{{ else }} text-white{{ end }}">.bg-{{ .name }}</div>
<div class="p-3 mb-2 bg-{{ .name }}-subtle text-emphasis-{{ .name }}">.bg-{{ .name }}-subtle</div>
<div class="p-3 mb-2 bg-{{ .name }}-subtle text-{{ .name }}-emphasis">.bg-{{ .name }}-subtle</div>
{{- end -}}
{{< /colors.inline >}}
<p class="p-3 mb-2 bg-body-secondary">.bg-body-secondary</p>
Expand Down

2 comments on commit 72d6722

@mbrodala
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this was not yet deployed yet. I can still see the broken classes online:

image

@julien-deramond
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet, this modification will be embedded with the v5.3.3 release that will happen soon

Please sign in to comment.