chat-ui / postcss.config.js
raw
history blame
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};