chat-ui / postcss.config.js
coyotte508's picture
coyotte508 HF staff
🔨 Add VSCode config to lint/prettier on save
ed0f702
raw history blame
No virus
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};