wagerkit / frontend /postcss.config.js
saadrizvi09
init
b2806e8
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};