Skip to content

Commit

Permalink
feat(utilities): remove .text-uppercase utility forbidden by Orange B…
Browse files Browse the repository at this point in the history
…rand for #283
  • Loading branch information
ffoodd committed Jan 22, 2020
1 parent 540ae47 commit 05c9bfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ $utilities: map-merge(
"text-transform": (
property: text-transform,
class: text,
values: lowercase uppercase capitalize
values: lowercase capitalize
),
"text-align": (
responsive: true,
Expand Down
1 change: 0 additions & 1 deletion site/content/docs/4.3/utilities/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ 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 05c9bfa

Please sign in to comment.