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