ez-web/postcss.config.js
2024-11-01 22:23:17 +08:00

7 lines
82 B
JavaScript

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