DorkAI / postcss.config.js
dorkai's picture
Duplicate from huggingchat/chat-ui
a9997f4
Raw
History Blame Contribute Delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};