1
0
forked from lxh/go-wxhelper
go-wxhelper/frontend/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2024-07-04 17:16:37 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};