Translator / frontend /postcss.config.js
Xin Zhang
[feature]: add frontend src.
b1cc7ae
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}