Files
eventspace/frontend/postcss.config.mjs
Felipe Cardoso 0df4c8c1f6 Add TailwindCSS utilities and update UI dependencies
Introduce TailwindCSS utilities, animations, and theme configurations to enhance UI styling. Update dependencies to include Radix, clsx, lucide-react, and other utilities for improved design flexibility and component styling. Refactor global CSS, PostCSS config, and utils for streamlined development.
2025-03-05 11:27:26 +01:00

7 lines
114 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};