1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-12-20 01:03:14 +00:00

docs(tailwind): border-collapse

This commit is contained in:
Julien Le Coupanec 2020-03-29 17:08:12 +02:00
parent 893be71f40
commit 25ec9ee6b0

View File

@ -1867,17 +1867,20 @@
.rounded-br-full /* border-bottom-right-radius: 9999px; */ .rounded-br-full /* border-bottom-right-radius: 9999px; */
.rounded-bl-full /* border-bottom-left-radius: 9999px; */ .rounded-bl-full /* border-bottom-left-radius: 9999px; */
/* *******************************************************************************************
* TABLES
* ******************************************************************************************* */
/* /*
* BORDER COLLAPSE * BORDER COLLAPSE
* -------------------- * --------------------
* Utilities for controlling whether table borders should collapse or be separated. * 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 * TABLE LAYOUT
* -------------------- * --------------------