rsswx / apps /web /postcss.config.js
xmarstt's picture
Upload 91 files
c349309 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}