my blog https://overreacted.io
at 09b4c3cc1a2ac8db4da3a2d86a44c7c36f12fb38 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};