diff --git a/src/corePlugins.js b/src/corePlugins.js index 586aee7449fe..2bd8e9d0357a 100644 --- a/src/corePlugins.js +++ b/src/corePlugins.js @@ -1222,6 +1222,7 @@ export let corePlugins = { '.break-normal': { 'overflow-wrap': 'normal', 'word-break': 'normal' }, '.break-words': { 'overflow-wrap': 'break-word' }, '.break-all': { 'word-break': 'break-all' }, + '.break-keep': { 'word-break': 'keep-all' }, }) },