Skip to content

fix: remove duplicate CSS stylesheet entries in css/index.css#819

Open
HithaReddyPothula wants to merge 1 commit into
Charushi06:mainfrom
HithaReddyPothula:fix/duplicate-css-689
Open

fix: remove duplicate CSS stylesheet entries in css/index.css#819
HithaReddyPothula wants to merge 1 commit into
Charushi06:mainfrom
HithaReddyPothula:fix/duplicate-css-689

Conversation

@HithaReddyPothula
Copy link
Copy Markdown

Description

The css/index.css file contained its entire stylesheet duplicated 3 times.
This caused unnecessary file bloat, and the browser was parsing 3x more CSS than needed, which could lead to style conflicts and performance issues.

Changes Made

  • Removed the 2 duplicate copies of the stylesheet
  • Kept the first and most complete version intact
  • No styles were added or modified

Type of Change

  • Bug fix

Testing

  • Verified the app loads correctly at localhost:3000
  • Confirmed all styles render as expected after cleanup
  • Searched for /* css/index.css */ — only 1 instance remains

Fixes #689

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] css/index.css entire stylesheet is duplicated 3 times causing style conflicts and file bloat

1 participant