語法
最大尺寸max-size
Style shorthand for setting the max-width and max-height of an element.
Overview
Class | Declarations |
---|---|
max:size | max-width: size/16rem;
max-height: size/16rem;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="max:32:hover max:32@sm max:32@dark max:32@print">…</div>