OwnGPT.v2 / client /postcss.config.js
parthib07's picture
Upload 199 files
212c959 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}