border.css
Version:
Functional CSS border classes
8 lines (6 loc) • 321 B
CSS
.border-current { border-color: currentColor }
.border-transparent { border-color: transparent }
.top-transparent { border-top-color: transparent }
.left-transparent { border-left-color: transparent }
.right-transparent { border-right-color: transparent }
.bottom-transparent { border-bottom-color: transparent }