Outline Style
Controls the outline style of an element.
Class | Property |
---|---|
os-none | outline-style: none; |
os-d | outline-style: dashed; |
os-s | outline-style: solid; |
Using responsive modifiers
Using responsive breakpoints like sm:os-*
,
md:os-*
, lg:os-*
, and xxl:os-*
allows targeting specific utilities in
different viewports.
Using hover modifiers
Using :hover
modifiers such as h:os-*
allows
you to override elements and change their values when hovering over them.