Files
vf_react/postcss.config.js
2025-11-22 17:09:10 +08:00

10 lines
231 B
JavaScript
Raw 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 配置 - Tailwind CSS v4
// 文档: https://tailwindcss.com/docs/upgrade-guide
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
// Tailwind v4 已内置 autoprefixer不再需要单独配置
},
}