/** @type {import('tailwindcss').Config} */ module.exports = { content: [ './src/**/*.{js,ts,jsx,tsx}', // Add paths to other files that use Tailwind ], theme: { extend: {}, }, plugins: [], }