module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", // add other paths if needed ], theme: { extend: {}, }, plugins: [], };