Syntax

Resize

Setting whether an element is resizable.

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

Overview

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

Conditionally apply

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

Setting an element is positioned in a document.

Syntax
Screen Readers

Style utility for imporving the accessibility with screen readers.

© Aoyue Design LLC.