Skip to content

Commit b0bf08e

Browse files
committed
Add new break-keep utility for word-break: keep-all
tailwindlabs/tailwindcss#9393
1 parent 5576ee0 commit b0bf08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/default-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ export function getDefaultConfig() {
771771
* Word Break
772772
* @see https://tailwindcss.com/docs/word-break
773773
*/
774-
break: [{ break: ['normal', 'words', 'all'] }],
774+
break: [{ break: ['normal', 'words', 'all', 'keep'] }],
775775
/**
776776
* Content
777777
* @see https://tailwindcss.com/docs/content

0 commit comments

Comments
 (0)