This website requires JavaScript.
Explore
Help
Register
Sign In
matt
/
monacousa-portal
Watch
1
Star
0
Fork
You've already forked monacousa-portal
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d8453160d3
monacousa-portal
/
postcss.config.js
6 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Implement bright glassmorphic UI redesign for Board dashboard - Add Tailwind CSS configuration with bright glass utilities - Create glass components (Sidebar, StatCard, DuesCard) with Lucide icons - Implement new dashboard with limited dues display (4 cards max vs 30+) - Use translucent white glass effects with Monaco red accents - Improve visual hierarchy and reduce UI clutter 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 15:17:54 +02:00
export
default
{
plugins
:
{
Fix Tailwind CSS v4 build error - Install @tailwindcss/postcss package for v4 compatibility - Update PostCSS configuration to use new package structure - Fix nuxt.config.ts PostCSS plugin configuration - Resolves Docker build failures 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 15:22:48 +02:00
'@tailwindcss/postcss'
:
{
}
,
Implement bright glassmorphic UI redesign for Board dashboard - Add Tailwind CSS configuration with bright glass utilities - Create glass components (Sidebar, StatCard, DuesCard) with Lucide icons - Implement new dashboard with limited dues display (4 cards max vs 30+) - Use translucent white glass effects with Monaco red accents - Improve visual hierarchy and reduce UI clutter 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 15:17:54 +02:00
autoprefixer
:
{
}
,
}
,
}