vibecraft / postcss.config.js
bmorphism's picture
Duplicate from bmorphism/vibecraft
a85305f
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}