From 4eb4ec1ffa696e84f8ee74dfd637de271f0231ce Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 22 May 2026 09:18:48 +0900 Subject: [PATCH] v6: docs - remove unneeded word-break page (Content moved to text-wrapping page) (#42426) * v6: remove unneeded word-break page * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- site/data/sidebar.yml | 1 - .../src/content/docs/utilities/word-break.mdx | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 site/src/content/docs/utilities/word-break.mdx diff --git a/site/data/sidebar.yml b/site/data/sidebar.yml index b3036aa120..e3dd2e1eda 100644 --- a/site/data/sidebar.yml +++ b/site/data/sidebar.yml @@ -242,7 +242,6 @@ - title: Text transform - title: Text wrapping - title: Vertical align - - title: Word break - group: Borders pages: - title: Border diff --git a/site/src/content/docs/utilities/word-break.mdx b/site/src/content/docs/utilities/word-break.mdx deleted file mode 100644 index a7e77863c4..0000000000 --- a/site/src/content/docs/utilities/word-break.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Word break -description: Prevent long strings of text from breaking your components' layout by using word break utilities. -toc: true -utility: - - word-wrap ---- - -Prevent long strings of text from breaking your components' layout by using `.text-break` to set `word-wrap: break-word` and `word-break: break-word`. We use `word-wrap` instead of the more common `overflow-wrap` for wider browser support, and add the deprecated `word-break: break-word` to avoid issues with flex containers. - -mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

`} /> - -## CSS - -### Sass utilities API - -Word break utilities are declared in our utilities API in `scss/_utilities.scss`. [Learn how to use the utilities API.]([[docsref:/utilities/api#using-the-api]]) - - -- 2.47.3