Skip to content

Commit

Permalink
fix: disable container styling in tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavshn committed Dec 13, 2022
1 parent 947b280 commit 7dfa1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.cjs
Expand Up @@ -3,6 +3,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = {
corePlugins: {
preflight: false,
container: false,
},
darkMode: ['class', '[data-theme="dark"]'],
content: [
Expand Down

0 comments on commit 7dfa1be

Please sign in to comment.