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