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:
parent
893be71f40
commit
25ec9ee6b0
@ -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
|
||||||
* --------------------
|
* --------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user