DUET / postcss.config.js
unbrandedhuman's picture
Duplicate from huggingchat/chat-ui
e502918
raw
history blame contribute delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};