Skip to content

Commit c754170

Browse files
authored
Update tailwind.config.cjs
1 parent add2748 commit c754170

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tailwind.config.cjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,13 @@ module.exports = {
5050
'.tw-fixed': {
5151
position: 'fixed',
5252
},
53+
'.tw-inline': {
54+
display: 'inline'
55+
}
5356
}
5457
addUtilities(newUtilities, ['responsive', 'hover'])
5558
},
5659
],
5760
safelist: [],
58-
blocklist: ['fixed', 'columns-1', 'columns-2', 'hidden'],
61+
blocklist: ['fixed', 'columns-1', 'columns-2', 'hidden', 'inline'],
5962
}

0 commit comments

Comments
 (0)