/** @type {import('tailwindcss').Config} */ export default { content: ['./frontend/**/*.{html,js,ts,jsx,tsx}'], theme: { extend: {}, }, plugins: [], };