ai-comic-generator / postcss.config.js
zanekwok's picture
init
450060f
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}