MAC / frontend /postcss.config.js
Aaryan17's picture
chore: upload MAC codebase to HF Space
0e76632 verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};