mirror of
https://github.com/Feather-2/paper-burner-x.git
synced 2026-09-21 12:44:10 +08:00
- 添加 tailwindcss v4 + @tailwindcss/postcss - 创建 css/tailwind.css 入口文件 - 移除 index.html 中的 CDN 脚本引用 - Vite 构建时自动预编译 构建产物: - main.css 140KB (gzip 23KB) 包含 Tailwind 预编译 - 完全离线可用,无需任何 CDN 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|