Files
2026-06-01 12:53:19 +08:00

13 lines
294 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// PostCSS 配置文件
// 此文件用于防止 Vite 向上查找父目录的 PostCSS 配置
// 本项目使用普通 CSS不需要 PostCSS 插件
export default {
plugins: {
// 如果需要 PostCSS 插件,可以在这里添加
// 例如autoprefixer, tailwindcss 等
}
}