Files
webapp-conversation/postcss.config.js
2023-04-14 20:35:08 +08:00

7 lines
82 B
JavaScript

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