/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./templates/**/*.html", "./assets/local/*.{html,js}", "./assets/reader/*.{html,js}", ], theme: { extend: {}, }, plugins: [], };