ecommerce-intelligence / frontend /postcss.config.js
Vincentran's picture
Upload E-Commerce Product Intelligence Dashboard (frontend + backend)
67c9653
raw
history blame contribute delete
77 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}