SpendWise-Backend / frontend /postcss.config.js
VihaanShinde10's picture
Initial commit
1313d86
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}