Drawing2Sat / frontend /postcss.config.cjs
Ruben Gres
first commit
ec3efd7
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}