hotgo/web/postcss.config.js
2022-11-24 23:37:34 +08:00

7 lines
83 B
JavaScript

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