Skip to content

Commit

Permalink
Add new break-keep utility for word-break: keep-all
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Oct 19, 2022
1 parent 5576ee0 commit b0bf08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/default-config.ts
Expand Up @@ -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
Expand Down

0 comments on commit b0bf08e

Please sign in to comment.