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 conditional queries.

<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.