mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add more table display utilities.
This commit is contained in:
parent
fe7098a3c0
commit
e63d0acb9e
@ -20,12 +20,30 @@ export default function() {
|
||||
'.table': {
|
||||
display: 'table',
|
||||
},
|
||||
'.table-row': {
|
||||
display: 'table-row',
|
||||
'.table-caption': {
|
||||
display: 'table-caption',
|
||||
},
|
||||
'.table-cell': {
|
||||
display: 'table-cell',
|
||||
},
|
||||
'.table-column': {
|
||||
display: 'table-column',
|
||||
},
|
||||
'.table-column-group': {
|
||||
display: 'table-column-group',
|
||||
},
|
||||
'.table-footer-group': {
|
||||
display: 'table-footer-group',
|
||||
},
|
||||
'.table-header-group': {
|
||||
display: 'table-header-group',
|
||||
},
|
||||
'.table-row-group': {
|
||||
display: 'table-row-group',
|
||||
},
|
||||
'.table-row': {
|
||||
display: 'table-row',
|
||||
},
|
||||
'.hidden': {
|
||||
display: 'none',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user