werss / apps /web /postcss.config.js
hp1234's picture
Upload 75 files
a1db4f2 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}