docs(tailwind): border-collapse

This commit is contained in:
Julien Le Coupanec 2020-03-29 17:08:12 +02:00
parent 893be71f40
commit 25ec9ee6b0
1 changed files with 9 additions and 6 deletions

View File

@ -1867,17 +1867,20 @@
.rounded-br-full /* border-bottom-right-radius: 9999px; */
.rounded-bl-full /* border-bottom-left-radius: 9999px; */
/* *******************************************************************************************
* TABLES
* ******************************************************************************************* */
/*
* BORDER COLLAPSE
* --------------------
* Utilities for controlling whether table borders should collapse or be separated.
*
* By default, only responsive variants are generated for border collapse utilities.
*/
.border-collapse /* border-collapse: collapse; */
.border-separate /* border-collapse: separate; */
/* *******************************************************************************************
* TABLES
* ******************************************************************************************* */
/*
* TABLE LAYOUT
* --------------------