/** @type {import('tailwindcss').Config} */ module.exports = { content: [ './src/**/*.{js,jsx,ts,tsx}', // Ajustez ce chemin selon la structure de votre projet ], theme: { extend: {}, }, plugins: [require('@tailwindcss/forms')], };