Syntax

min-size🚧

Style shorthand for setting the min-width and min-height of an element.

🚧This page is still under construction and some content may not be complete.

Overview

ClassDeclarations
min:sizemin-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>
Syntax
min-height

Setting the minimum height of an element.

Syntax
min-width

Setting the minimum width of an element.

© Aoyue Design LLC.