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: {},
},
};