Skip to content

Commit

Permalink
feat(utilities): reintroduce .text-uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Apr 21, 2022
1 parent 7f07c73 commit 6168c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ $utilities: map-merge(
"text-transform": (
property: text-transform,
class: text,
values: lowercase capitalize
values: lowercase uppercase capitalize
),
"white-space": (
property: white-space,
Expand Down
1 change: 1 addition & 0 deletions site/content/docs/5.1/utilities/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Transform text in components with text capitalization classes.

{{< example >}}
<p class="text-lowercase">Lowercased text.</p>
<p class="text-uppercase">Uppercased text.</p>
<p class="text-capitalize">CapiTaliZed text.</p>
{{< /example >}}

Expand Down

0 comments on commit 6168c71

Please sign in to comment.