my blog https://overreacted.io
at 84ebc6069aaa8e2f3f0c32e0fada944a76467d48 10 lines 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};