Syntax

Order

Changing the order of item in flex or grid container.

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

Overview

ClassDeclarations
order:valueorder: value;
order:0order: 0;
order:firstorder: -999999;
order:lastorder: 999999;
1
2
3
<div class="flex">
<div>1</div>
<div class="order:0">2</div>
<div>3</div>
</div>

Conditionally apply

Apply styles based on different states using selectors and applying conditionally.

<div class="order:1:hover order:1@sm order:1@dark order:1@print"></div>
Design Token
Colors

Customizing color variables or starting with the crafted palette.

© Aoyue Design LLC.