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