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