pluralchat / postcss.config.js
coyotte508
🚨 Run prettier
61bc015
Raw
History Blame Contribute Delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};