Controls the collapsing or separation of table borders.
Class | Properties |
bc-c | border-collapse: collapse; |
bc-s | border-collapse: separate; |
Collapse
Each table cell will have its own border.
Separate
The table borders will be merged.
Using breakpoints
Using responsive breakpoints like sm:bc-*
, md:bc-*
, lg:bc-*
, and xxl:bc-*
allows targeting specific utilities in different viewports.
Using variants
Using :hover
variants such as h:bc-*
allows you to override elements and change their values when hovering over them.