chat_ui / postcss.config.js
maksym-work's picture
add chat-ui
e28a7d6
raw
history blame contribute delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};