Syntax

max-size🚧

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

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

Overview

ClassDeclarations
max:sizemax-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>
Syntax
max-height

Setting the maximum height of an element.

Syntax
max-width

Setting the maximum width of an element.

© Aoyue Design LLC.