OpenHands / frontend /postcss.config.js
Backup-bdg's picture
Upload 565 files
b59aa07 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}