chatweb / client /postcss.config.js
cnmksjs's picture
Upload 60 files
e3eb984 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}