ComicMaker / postcss.config.js
SubspaceDev's picture
Duplicate from jbilcke-hf/ai-comic-factory
84d81c2
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}