go-proxy-bingai/frontend/postcss.config.js
2023-05-15 15:19:09 +08:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}