Syntax

Outline Width

Setting the thickness of an element's outline.

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

Overview

ClassDeclarations
outline:sizeoutline-width: sizerem;
outline:mediumoutline-width: medium;
outline:thickoutline-width: thick;
outline:thinoutline-width: thin;

Conditionally apply

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

<div class="outline-width:medium:hover outline-width:medium@sm outline-width:medium@dark outline-width:medium@print"></div>
Syntax
Outline Style

Setting the style of an element's outline.

Syntax
Overflow

Controlling the desired behavior for an element's overflow.

© Aoyue Design LLC.