Add more table display utilities.

This commit is contained in:
Cosmin Popovici 2019-06-03 19:21:31 +03:00 committed by Adam Wathan
parent fe7098a3c0
commit e63d0acb9e

View File

@ -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',
},