Gemini-VideoGeneration / web /frontend /postcss.config.js
LehongWu's picture
Upload folder using huggingface_hub
6cc3d86 verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};