bulma
bulma copied to clipboard
break-word property is deprecated in title.sass
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [0.9.3]
Description
When I run the W3C Validator on my Bulma site, I get this error:
Line 51, Column 0: CSS: The value “break-word” is deprecated
This is set in elements/title.sass:
.title,
.subtitle
@extend %block
word-break: break-word
According to the Mozilla docs on word-break, break-word should be replaced with:
word-break: normal;
overflow-wrap: anywhere;
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Still an issue.
Hey, should I replace the break word with normal?