ecom / postcss.config.js
shashwatIDR's picture
Upload 147 files
b89a86e verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}