-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add break-all utility, change word-wrap to overflow-wrap #571
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
Conversation
Docs updated in #47. |
Thanks for this! I really want to merge it but there's an annoying decision we have to figure out... Right now you can use
...but because I see two solutions:
Any ideas or thoughts? 🤔 |
Thanks for your feedback! I see the problem, not an easy nut to crack. Been doing some thinking and this is my take on all this:
Conclusion I'm really not sure what's the best option here, or if there is another better way of doing this. At least I haven't come up with anything else so far other than my suggestion about adding a |
Coming back to this since we can break this for 1.0, I think I'm okay with these names...
Anyone have any thoughts? I don't like Still considering just making |
@adamwathan sounds good to me! |
Thank you @robbinworks for your work! Added in #681. |
Great work on the updated PR/merge, thanks! 👍 |
👋
Fix #411
This PR:
.break-all
classword-wrap
tooverflow-wrap
(https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap)Thanks!