inventory-pro / frontend /postcss.config.js
Amirm8950
MERN Inventory: working backend + frontend
8b8b6f5
raw
history blame contribute delete
124 Bytes
// Tailwind v4: use the new PostCSS plugin package
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};