diff --git a/tailwind.config.js b/tailwind.config.js index fa36ab8..3122f6d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,14 +5,14 @@ module.exports = { darkMode: ["class"], safelist: ["dark"], prefix: "", - + content: [ './pages/**/*.{ts,tsx,vue}', './components/**/*.{ts,tsx,vue}', './app/**/*.{ts,tsx,vue}', './src/**/*.{ts,tsx,vue}', ], - + theme: { container: { center: true, @@ -79,4 +79,4 @@ module.exports = { }, }, plugins: [animate], -} \ No newline at end of file +}