Syntax

word-break🚧

Setting whether words should break.

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

Overview

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 based on different states using selectors and applying conditionally.

<div class="word-break:normal:hover word-break:normal@sm word-break:normal@dark word-break:normal@print">…</div>
Syntax
will-change

Setting how an element is expected to change in the browser.

Syntax
word-spacing

Setting the spacing between words.

© Aoyue Design LLC.