From d744915e2392edcca9f0ee4316d4516e419a111a Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Fri, 3 Sep 2021 09:02:55 -0700 Subject: [PATCH 1/2] Remove break-word from utilities --- src/utilities/typography.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utilities/typography.scss b/src/utilities/typography.scss index 83585db7c6..e9687558ed 100644 --- a/src/utilities/typography.scss +++ b/src/utilities/typography.scss @@ -208,7 +208,6 @@ .ws-normal { white-space: normal !important; } /* Force long "words" to wrap if they exceed the width of the container */ -.break-word, // deprecated .wb-break-word { word-break: break-word !important; // this is for backwards compatibility with browsers that don't respect overflow-wrap From 89deec557cdab563334afc8c0222692aa1e97927 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Fri, 3 Sep 2021 09:07:37 -0700 Subject: [PATCH 2/2] Create twelve-fireants-shave.md --- .changeset/twelve-fireants-shave.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/twelve-fireants-shave.md diff --git a/.changeset/twelve-fireants-shave.md b/.changeset/twelve-fireants-shave.md new file mode 100644 index 0000000000..b429adb8a5 --- /dev/null +++ b/.changeset/twelve-fireants-shave.md @@ -0,0 +1,5 @@ +--- +"@primer/css": major +--- + +Remove break-word from utilities