SegVision / frontend /postcss.config.js
Indrajit Ari
Initial commit — SegVision Video Segmentation App
dbced4f
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}