Translator / frontend /postcss.config.js
Xin Zhang
[feature]: add frontend src.
b1cc7ae
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}