Gemini-Next-Chat / postcss.config.js
Svetikos's picture
Upload 254 files
ec5ace4 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}