Skip to content

chore: remove unused global CSS utilities#2148

Merged
dipexplorer merged 1 commit into
RatLoopz:mainfrom
ash1shkumar:chore/remove-unused-globals-css
Jun 20, 2026
Merged

chore: remove unused global CSS utilities#2148
dipexplorer merged 1 commit into
RatLoopz:mainfrom
ash1shkumar:chore/remove-unused-globals-css

Conversation

@ash1shkumar

Copy link
Copy Markdown
Contributor

🛑 STOP: Assignment & File Scope Check

  • I am assigned to this issue.
  • I verified that this PR ONLY touches the required files.

Warning

PRs with unrelated files will not be reviewed and may be closed.

📋 PR Summary & Link

  • **Closes [Clean Up] Remove unused CSS classes in globals.css #2092 **
  • Summary:
    • Audited apps/web/app/[locale]/globals.css for custom utility classes.
    • Verified usage of custom classes across the codebase.
    • Removed unused CSS utilities and animations:
      • @keyframes blob
      • .animate-blob
      • .animation-delay-2000
      • .animation-delay-4000
      • Unused .shimmer-skeleton reduced-motion override
    • Kept all actively referenced classes and animations intact.

📸 Proof of Work (Screenshots / Logs)

Verification Logs

grep -R "animate-blob" apps/web -n
grep -R "animation-delay-2000" apps/web -n
grep -R "animation-delay-4000" apps/web -n
grep -R "shimmer-skeleton" apps/web -n

Result: No references found outside globals.css, confirming dead code removal.

Files Changed

  • apps/web/app/[locale]/globals.css

🏷️ PR Type

  • 🐛 type: bug
  • type: feature
  • 📖 type: docs
  • 🧪 type: testing
  • 🔒 type: security
  • type: performance
  • 🎨 type: design
  • ♻️ type: refactor
  • 🛠️ type: devops
  • type: accessibility

✅ Checklist

  • My PR has a linked issue (Closes #2092 )
  • I have pulled the latest main and resolved any conflicts

@github-project-automation github-project-automation Bot moved this to 📥 Backlog in SahiDawa Workflow Jun 20, 2026
@github-actions github-actions Bot added gssoc:approved Approved for gssoc level:beginner 20 pts status: open-for-all type:refactor Code structure cleanup without behavior change labels Jun 20, 2026
@dipexplorer dipexplorer added the type:performance Performance optimization or latency improvements label Jun 20, 2026
@dipexplorer dipexplorer merged commit 2788493 into RatLoopz:main Jun 20, 2026
13 of 14 checks passed
@github-project-automation github-project-automation Bot moved this from 📥 Backlog to 🎉 Merged in SahiDawa Workflow Jun 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @ash1shkumar! Your Pull Request "chore: remove unused global CSS utilities" has been successfully merged by @dipexplorer.

Thank you for your valuable contribution to SahiDawa! 🇮🇳
If this was for GSSoC 2026, your work is officially merged and valid. Keep up the great work and feel free to claim other open issues. 🚀

Follow us on LinkedIn: https://www.linkedin.com/company/ratloopz/ to get shoutout

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

Labels

gssoc:approved Approved for gssoc level:beginner 20 pts status: open-for-all type:performance Performance optimization or latency improvements type:refactor Code structure cleanup without behavior change

Projects

Status: 🎉 Merged

Development

Successfully merging this pull request may close these issues.

[Clean Up] Remove unused CSS classes in globals.css

2 participants