Skip to content

Commit 47b8289

Browse files
Add support for white-space: break-spaces (#10729)
1 parent 6ed3ba3 commit 47b8289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/corePlugins.js

+1
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,7 @@ export let corePlugins = {
14951495
'.whitespace-pre': { 'white-space': 'pre' },
14961496
'.whitespace-pre-line': { 'white-space': 'pre-line' },
14971497
'.whitespace-pre-wrap': { 'white-space': 'pre-wrap' },
1498+
'.whitespace-break-spaces': { 'white-space': 'break-spaces' },
14981499
})
14991500
},
15001501

0 commit comments

Comments
 (0)