Files
cunkebao_v3/nkebao/postcss.config.js

6 lines
82 B
JavaScript
Raw Normal View History

2025-07-04 11:53:05 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}