From b0bf08efec0ad55e0f47cdef704720ffdee727bf Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Wed, 19 Oct 2022 22:34:19 +0200 Subject: [PATCH] Add new break-keep utility for word-break: keep-all https://github.com/tailwindlabs/tailwindcss/pull/9393 --- src/lib/default-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/default-config.ts b/src/lib/default-config.ts index ff62bdd..0a0847f 100644 --- a/src/lib/default-config.ts +++ b/src/lib/default-config.ts @@ -771,7 +771,7 @@ export function getDefaultConfig() { * Word Break * @see https://tailwindcss.com/docs/word-break */ - break: [{ break: ['normal', 'words', 'all'] }], + break: [{ break: ['normal', 'words', 'all', 'keep'] }], /** * Content * @see https://tailwindcss.com/docs/content