ai-lab-tube / postcss.config.js
Julian Bilcke
🍿
1f122c3
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}