Skip to content

Commit 1d443f6

Browse files
authored
Update tailwind.config.cjs
1 parent 16c0ccf commit 1d443f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tailwind.config.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
important: true,
55
corePlugins: {
66
preflight: false,
7+
container: false,
78
},
89
content: ['./js/src/**/*.{js,ts,jsx,tsx}', './inc/**/*.php'],
910
theme: {
@@ -58,5 +59,5 @@ module.exports = {
5859
},
5960
],
6061
safelist: [],
61-
blocklist: ['fixed', 'columns-1', 'columns-2', 'hidden', 'inline', 'container'],
62+
blocklist: ['fixed', 'columns-1', 'columns-2', 'hidden', 'inline'],
6263
}

0 commit comments

Comments
 (0)