mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
docs(tailwind): tables
This commit is contained in:
@@ -1867,6 +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
|
||||||
|
* ******************************************************************************************* */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TABLE LAYOUT
|
||||||
|
* --------------------
|
||||||
|
* Utilities for controlling the table layout algorithm.
|
||||||
|
* By default, only responsive variants are generated for table layout utilities.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.table-auto /* table-layout: auto; */
|
||||||
|
.table-fixed /* table-layout: fixed; */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* BORDER COLLAPSE
|
* BORDER COLLAPSE
|
||||||
* --------------------
|
* --------------------
|
||||||
@@ -1877,17 +1891,6 @@
|
|||||||
.border-collapse /* border-collapse: collapse; */
|
.border-collapse /* border-collapse: collapse; */
|
||||||
.border-separate /* border-collapse: separate; */
|
.border-separate /* border-collapse: separate; */
|
||||||
|
|
||||||
/* *******************************************************************************************
|
|
||||||
* TABLES
|
|
||||||
* ******************************************************************************************* */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* TABLE LAYOUT
|
|
||||||
* --------------------
|
|
||||||
* Utilities for controlling the table layout algorithm.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* *******************************************************************************************
|
/* *******************************************************************************************
|
||||||
* EFFECTS
|
* EFFECTS
|
||||||
* ******************************************************************************************* */
|
* ******************************************************************************************* */
|
||||||
|
|||||||
Reference in New Issue
Block a user