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