my blog https://overreacted.io
at main 195 B view raw
1/** @type {import('tailwindcss').Config} */ 2module.exports = { 3 content: ["./{app,public}/**/*.{js,ts,jsx,tsx,md,mdx}"], 4 theme: { 5 extend: { 6 colors: {}, 7 }, 8 }, 9 plugins: [], 10};