This commit is contained in:
Vinicius de Santana 2025-12-23 07:04:14 -08:00 committed by GitHub
commit e2e8641526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 1 deletions

View File

@ -22,7 +22,7 @@
},
{
"path": "./dist/css/bootstrap-utilities.min.css",
"maxSize": "10.75 kB"
"maxSize": "11.0 kB"
},
{
"path": "./dist/css/bootstrap.css",

View File

@ -565,6 +565,11 @@ $utilities: map-merge(
nowrap: nowrap,
)
),
"text-wrap": (
property: text-wrap,
class: text,
values: balance
),
"word-wrap": (
property: word-wrap word-break,
class: text,

View File

@ -92,6 +92,12 @@ Change the line height with `.lh-*` utilities.
<p class="lh-base">This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.</p>
<p class="lh-lg">This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.</p>`} />
## Balanced Text
Use the `.text-balance` class to balance text.
<Example code={`<p class="text-balance">This is a long paragraph written to show how the text-balance of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.</p>`} />
## Monospace
Change a selection to our monospace font stack with `.font-monospace`.