Outline Width
Controls the width of the outline of an element.
Class | Properties |
---|---|
ow-0 | outline-width: 0px; |
ow-1 | outline-width: 4px; |
ow-2 | outline-width: 8px; |
ow-3 | outline-width: 12px; |
ow-4 | outline-width: 16px; |
Using breakpoints
Using responsive breakpoints like sm:ow-*
, md:ow-*
, lg:ow-*
, and xxl:ow-*
allows targeting specific utilities in different viewports.
Using variants
Using :hover
variants such as h:ow-*
allows you to override elements and change their values when hovering over them.