nblm-watermark-remover / postcss.config.js
ucalyptus
Set up watermark remover React application with build output
4516471
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}