Mit / postcss.config.js
DevLLM
Add application file
3baea8e
Raw
History Blame Contribute Delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};