ComicGenerator / postcss.config.js
Killer01's picture
Upload 15 files
e5e7619 verified
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}