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