chatgpt-web/postcss.config.js
Phoenix 7beb84b385 s
2024-01-22 16:52:37 +08:00

7 lines
82 B
JavaScript

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