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