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