Outline Offset
Controls the offset of an element’s outline.
Class | Property |
---|---|
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 responsive modifiers
Using responsive breakpoints like sm:oo-*
,
md:oo-*
, lg:oo-*
, and xxl:oo-*
allows targeting specific utilities in
different viewports.
Using hover modifiers
Using :hover
modifiers such as h:oo-*
allows
you to override elements and change their values when hovering over them.