module.exports = { content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], daisyui: { themes: ['black', 'coffee', 'cyberpunk', 'lofi', 'retro', 'kaigen'], }, plugins: [require('@tailwindcss/typography'), require('daisyui')], theme: { container: { center: true, padding: '1rem', screens: { sm: '640px', md: '768px', lg: '1024px', xl: '1280px', '2xl': '1536px', }, }, }, }