HealAvatar / apps /frontend /postcss.config.js
Jawad Ali Yousafzai
done
20c8fc2
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}