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