Syntax
Border Width
Setting the width of an element’s border.
🚧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="border-width:10:hover border-width:10@sm border-width:10@dark border-width:10@print">…</div>