object-detection / postcss.config.js
subrajeet's picture
Upload 15 files
776ef01
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}