AI-Comic-Factory-2 / postcss.config.js
Hotalen's picture
Upload 206 files
4baf4b0 verified
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}