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