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