chat-uigl / postcss.config.js
DakMak's picture
Duplicate from coyotte508/chat-ui
ece0c29
raw
history blame contribute delete
No virus
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};