starchat-ui / postcss.config.js
matthoffner's picture
Duplicate from matthoffner/chatbot
13095e0
raw
history blame contribute delete
No virus
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};