Borders
Border Color
Utilities for controlling an element's border color.
Quick reference
Class | Properties |
---|---|
border-inherit | border-color: inherit; |
border-current | border-color: currentColor; |
border-transparent | border-color: transparent; |
border-white | border-color: #ffffff; |
border-black | border-color: #000000; |
Basic usage
Control the border color of an element using the border-{$colors}
utilities.
Customization
$colors
values can be configured using theme.colors
.
Table of Contents