ai-comic-generation / postcss.config.js
vumichien's picture
Upload folder using huggingface_hub
2728346
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}