module.exports = { content: [ './src/**/*.{js,jsx,ts,tsx}', // Ensure this matches your file structure ], theme: { extend: {}, }, plugins: [], };