Skip to content

Conversation

vineethasok
Copy link
Collaborator

Moved global body styles from index.css to App.module.css and removed index.css import from main.tsx. Deleted unused CSS files, Home.module.css, and several SVG assets from the stories/assets directory to clean up the codebase.

Moved global body styles from index.css to App.module.css and removed index.css import from main.tsx. Deleted unused CSS files, Home.module.css, and several SVG assets from the stories/assets directory to clean up the codebase.
@vineethasok vineethasok self-assigned this Sep 24, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors global styles by consolidating body styles into a single location and removes unused CSS files and assets to clean up the codebase.

  • Moved global body styles from index.css to App.module.css using :global() selector
  • Removed the index.css import from main.tsx and deleted unused CSS files
  • Deleted unused Home.module.css file containing component styles

Reviewed Changes

Copilot reviewed 5 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/main.tsx Removed index.css import
src/index.css Deleted entire file containing global body styles
src/App.module.css Added global body styles using :global() selector
src/App.css Deleted empty CSS file
src/styles/Home.module.css Deleted unused component styles file

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

vercel bot commented Sep 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
click-ui Ready Ready Preview Comment Sep 24, 2025 5:05pm

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.

1 participant