Word Break
Specify how words should break when reaching the edge of a line.
Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
wb-apword-break: auto-phrase;wb-baword-break: break-all;wb-kaword-break: keep-all;wb-nword-break: normal;Responsiveness
Use breakpoint prefixes to target different screen sizes.
sm:wb-(value)Small≥640px
md:wb-(value)Medium≥768px
lg:wb-(value)Large≥1024px
xxl:wb-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:wb-(value)