ai-comic-factory / postcss.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
624088c
raw history blame
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}