Skip to content

Commit e63d0ac

Browse files
cossssminadamwathan
authored andcommitted
Add more table display utilities.
1 parent fe7098a commit e63d0ac

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

src/plugins/display.js

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,30 @@ export default function() {
2020
'.table': {
2121
display: 'table',
2222
},
23-
'.table-row': {
24-
display: 'table-row',
23+
'.table-caption': {
24+
display: 'table-caption',
2525
},
2626
'.table-cell': {
2727
display: 'table-cell',
2828
},
29+
'.table-column': {
30+
display: 'table-column',
31+
},
32+
'.table-column-group': {
33+
display: 'table-column-group',
34+
},
35+
'.table-footer-group': {
36+
display: 'table-footer-group',
37+
},
38+
'.table-header-group': {
39+
display: 'table-header-group',
40+
},
41+
'.table-row-group': {
42+
display: 'table-row-group',
43+
},
44+
'.table-row': {
45+
display: 'table-row',
46+
},
2947
'.hidden': {
3048
display: 'none',
3149
},

0 commit comments

Comments
 (0)