mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-12 07:03:18 +00:00
* [Docs Site] Upgrade to Tailwind v4 * delete learning-paths/index.mdx * update deps * include css in class scanning * fix ts errors * make tailwind.css the first customCss file * fix formatting * fix learning paths line height * changelog header border * bump deps
5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
export default {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|