Docker-GenAI / front-end /postcss.config.js
jaothan's picture
Upload 47 files
88f42a4 verified
raw
history blame contribute delete
86 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}