Skip to content

Commit 56f9978

Browse files
committed
Add whitespace-break-spaces utility (tailwindlabs/tailwindcss#10729)
1 parent 626ccb0 commit 56f9978

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/default-config.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,9 @@ export function getDefaultConfig() {
769769
* Whitespace
770770
* @see https://tailwindcss.com/docs/whitespace
771771
*/
772-
whitespace: [{ whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap'] }],
772+
whitespace: [
773+
{ whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap', 'break-spaces'] },
774+
],
773775
/**
774776
* Word Break
775777
* @see https://tailwindcss.com/docs/word-break

0 commit comments

Comments
 (0)