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