Syntax

resize

Setting whether an element is resizable.

Overview

ClassDeclarations
resize:`value`resize: `value`;
resize:autoresize: auto;
resize:noneresize: none;
resize:bothresize: both;
resize:horizontalresize: horizontal;
resize:verticalresize: vertical;
resize:blockresize: block;
resize:inlineresize: inline;

Apply conditionally

Apply styles based on different states using selectors and conditional queries.

<div class="resize:both:hover resize:both@sm resize:both@dark resize:both@print">…</div>

  • Master UI


© 2025 Aoyue Design LLC.MIT License
Trademark Policy