lifekline / postcss.config.cjs
miounet11
feat: add server backend and enhance UI/UX
7fcea49
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};