merchant-view/postcss.config.js

7 lines
92 B
JavaScript
Raw Normal View History

2024-04-11 16:13:05 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}