/** @type {import('tailwindcss').Config} */ export default { content: [ "./resources/**/*.blade.php", "./app/Filament/**/*.php", "./vendor/filament/**/*.php" ], theme: { extend: {}, }, plugins: [], }