語法
文字換行text-wrap
Controlling how text inside an element is wrapped.
Overview
Class | Declarations |
---|---|
text-wrap:value | text-wrap: value;
|
text:wrap | text-wrap: wrap;
|
text:nowrap | text-wrap: nowrap;
|
text:balance | text-wrap: balance;
|
text:pretty | text-wrap: pretty;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="text:balance:hover text:balance@sm text:balance@dark text:balance@print">…</div>