/** @type {import('tailwindcss').Config} */ module.exports = { content: ["../web/**/*.{html,js,php}"], theme: { extend: {}, }, plugins: [], }