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
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>