/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./system/typemill/author/**/*.{html,js,twig}"], theme: { extend: {}, }, plugins: [], }