aie4-final / frontend /postcss.config.js
richlai's picture
add files
8b1e853
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}