Skip to content

Commit 94325f5

Browse files
committed
Merge branch 'patch-1' of git://github.com/mtimbs/tailwindcss into mtimbs-patch-1
2 parents 7371ea9 + 10aa82f commit 94325f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins/display.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export default function() {
55
'.block': {
66
display: 'block',
77
},
8+
'.contents': {
9+
display: 'contents',
10+
},
811
'.inline-block': {
912
display: 'inline-block',
1013
},

0 commit comments

Comments
 (0)