aicomicsbook / postcss.config.js
aigorithm's picture
commit
2254a72
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}