Files
vercel__streamdown/apps/website/postcss.config.mjs
Hayden Bleasel 44ae73eaaf Documentation (#219)
* Initial migration

* Update homepage

* Delete .source

* Fix gitignores

* Draft content

* Finish drafting content, migrate FAQ

* Update code-blocks.tsx

* Update route.ts

* Update next config

* Upgrade to Next.js 16, fix commands

* Update layout.tsx
2025-11-15 19:41:00 -08:00

6 lines
70 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
},
};