Skip to content

Commit

Permalink
Add whitespace-break-spaces utility (tailwindlabs/tailwindcss#10729)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Mar 28, 2023
1 parent 626ccb0 commit 56f9978
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,9 @@ export function getDefaultConfig() {
* Whitespace
* @see https://tailwindcss.com/docs/whitespace
*/
whitespace: [{ whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap'] }],
whitespace: [
{ whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap', 'break-spaces'] },
],
/**
* Word Break
* @see https://tailwindcss.com/docs/word-break
Expand Down

0 comments on commit 56f9978

Please sign in to comment.