Typography

Word Break

Style syntax for setting whether words should break.

🚧This page is still under construction and some content may not be complete.

Overview [sr-only]

ClassDeclarations
word-break:valueword-break: value
word-break:normalword-break: normal
word-break:break-allword-break: break-all
word-break:keep-allword-break: keep-all
break-wordoverflow-wrap: break-word; overflow: hidden

Conditionally apply

Apply styles in different states using selectors, media queries, etc.

<div class="word-break:normal:hover word-break:normal@sm word-break:normal@dark word-break:normal@print">…</div>
PREVIOUS
White Space

Style syntax for controlling how whitespace and line breaks within an element are handled.

NEXT
Word Spacing

Style syntax for setting the spacing between words.

MIT License Ā© Aoyue Design LLC.