Skip to content

Commit 91e6189

Browse files
committed
Disable Tailwind CSS Container core plugin
1 parent 6a1a598 commit 91e6189

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tailwind.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ module.exports = {
7777
padding: ['responsive', 'first', 'last'],
7878
},
7979
plugins: [],
80+
corePlugins: {
81+
container: false,
82+
}
8083
}

0 commit comments

Comments
 (0)