huggingchat / postcss.config.js
WebraftAI's picture
Duplicate from huggingchat/chat-ui
6178b6e
raw
history blame
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};