Vani / postcss.config.js
Bagda's picture
Upload 23 files
8dda41d verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};