realtime-chat-room / postcss.config.js
Trae Assistant
Initial realtime chat room app
35b5bd1
Raw
History Blame Contribute Delete
193 Bytes
/** WARNING: DON'T EDIT THIS FILE */
/** WARNING: DON'T EDIT THIS FILE */
/** WARNING: DON'T EDIT THIS FILE */
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};