Skip to content

Commit

Permalink
Add support for white-space: break-spaces (#10729)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonmcconnell authored Mar 24, 2023
1 parent 6ed3ba3 commit 47b8289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/corePlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,7 @@ export let corePlugins = {
'.whitespace-pre': { 'white-space': 'pre' },
'.whitespace-pre-line': { 'white-space': 'pre-line' },
'.whitespace-pre-wrap': { 'white-space': 'pre-wrap' },
'.whitespace-break-spaces': { 'white-space': 'break-spaces' },
})
},

Expand Down

0 comments on commit 47b8289

Please sign in to comment.