/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./index.html", "./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", "./App.tsx" ], theme: { extend: {}, }, plugins: [], }