Syntax
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;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="min:32:hover min:32@sm min:32@dark min:32@print">…</div>