Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add word-break: keep-all with break-keep #9393

Merged
merged 2 commits into from Sep 22, 2022
Merged

✨ Add word-break: keep-all with break-keep #9393

merged 2 commits into from Sep 22, 2022

Commits on Sep 22, 2022

  1. ✨ Add word-break: keep-all with keep-all

    ref. https://developer.mozilla.org/en-US/docs/Web/CSS/word-break
    
    `whitespace-nowrap` and `word-break: keep-all` behave differently in different browsers.
    
    Demo: https://jsfiddle.net/h1aj6nvy/
    
    There is a difference between Firefox and Google chrome.
    k-utsumi committed Sep 22, 2022
    Copy the full SHA
    54a4ff8 View commit details
    Browse the repository at this point in the history
  2. Rename keep-all to break-keep

    reinink committed Sep 22, 2022
    Copy the full SHA
    27fb154 View commit details
    Browse the repository at this point in the history