ai-comic-factory / postcss.config.js
Julian Bilcke
initial commit
624088c
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}