Files
netto/site/postcss.config.js
T
Maofeng 4efe3f3c64 feat(site): add component documentation site
Add Vite, React, MDX, and Tailwind documentation infrastructure.

Document component, handbook, overview, and utility routes.

Add interactive examples for every component family.

Deduplicate React resolution and load the Tailwind 4 theme configuration.
2026-07-25 06:04:19 +08:00

7 lines
91 B
JavaScript

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