module.exports = { content: [ "./src/index.tsx", "./constants/**/*.{js,jsx,ts,tsx}", "./components/**/*.{js,jsx,ts,tsx}" ], theme: { extend: {}, }, plugins: [], };