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