/** @type {import('tailwindcss').Config} */ export default { content: [ './resources/views/**/*.blade.php', './resources/js/**/*.jsx', './resources/js/**/*.tsx', ], theme: { extend: {}, }, plugins: [], }