We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7098a commit e63d0acCopy full SHA for e63d0ac
src/plugins/display.js
@@ -20,12 +20,30 @@ export default function() {
20
'.table': {
21
display: 'table',
22
},
23
- '.table-row': {
24
- display: 'table-row',
+ '.table-caption': {
+ display: 'table-caption',
25
26
'.table-cell': {
27
display: 'table-cell',
28
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
47
'.hidden': {
48
display: 'none',
49
0 commit comments