Skip to content

fix: replace invalid Tailwind utility classes#1165

Open
YLaxmikanth wants to merge 1 commit into
aryandas2911:mainfrom
YLaxmikanth:fix-tailwind-invalid-classes
Open

fix: replace invalid Tailwind utility classes#1165
YLaxmikanth wants to merge 1 commit into
aryandas2911:mainfrom
YLaxmikanth:fix-tailwind-invalid-classes

Conversation

@YLaxmikanth
Copy link
Copy Markdown

📌 Description

Fixed multiple invalid and undefined Tailwind CSS utility classes across the frontend to ensure proper styling behavior and avoid silent failures.

🔗 Related Issue

Closes #834

🛠 Changes Made

  • Replaced pt-15 with pt-16
  • Replaced py-15 with py-16
  • Replaced z-100 with z-50
  • Replaced undefined bg-soft with bg-[var(--border)]
  • Verified no invalid Tailwind classes remain in frontend/src

✅ Checklist

  • Code runs locally
  • Followed project structure
  • No console errors
  • Properly tested changes
  • Linked the issue

🚀 Notes for Reviewers

Verified the frontend builds successfully using npm run build and ensured all invalid Tailwind utility classes were removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Non-standard and undefined Tailwind classes silently failing across multiple files

1 participant