From b7d5f219aa4bbdbe5de630dd371a0ee2f8335b63 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sun, 29 Mar 2020 17:10:29 +0200 Subject: [PATCH] docs(tailwind): tables --- frontend/tailwind.css | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/frontend/tailwind.css b/frontend/tailwind.css index 61e6be7..828764c 100644 --- a/frontend/tailwind.css +++ b/frontend/tailwind.css @@ -1867,6 +1867,20 @@ .rounded-br-full /* border-bottom-right-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 * -------------------- @@ -1876,17 +1890,6 @@ .border-collapse /* border-collapse: collapse; */ .border-separate /* border-collapse: separate; */ - -/* ******************************************************************************************* - * TABLES - * ******************************************************************************************* */ - -/* - * TABLE LAYOUT - * -------------------- - * Utilities for controlling the table layout algorithm. - * - */ /* ******************************************************************************************* * EFFECTS