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