Skip to content

Synchronize style.min.css with style.css#2474

Merged
janavipandole merged 1 commit into
janavipandole:mainfrom
pradeep0153:fix/issue-2468-sync-style-min-css
Jul 2, 2026
Merged

Synchronize style.min.css with style.css#2474
janavipandole merged 1 commit into
janavipandole:mainfrom
pradeep0153:fix/issue-2468-sync-style-min-css

Conversation

@pradeep0153

Copy link
Copy Markdown
Contributor

Closes #2468.

Description

This PR synchronizes the minified stylesheet (style.min.css) with the main source stylesheet (style.css), ensuring that recent styling updates in the codebase are correctly propagated to the production asset.

Changes Made

  • Overwrote the outdated contents of style.min.css with the updated contents of style.css.
  • Ensures that production deployments and HTML pages referencing style.min.css receive the latest layout and visual fixes.

Impact

  • Bug Fix: Fixes discrepancies where the UI behaves correctly in development (using style.css) but is broken or missing styles in production (using style.min.css).
  • Consistency: Maintains alignment between source files and their minified outputs.

@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

@pradeep0153 is attempting to deploy a commit to the janavipandole's projects Team on Vercel.

A member of the Team first needs to authorize it.

@janavipandole
janavipandole merged commit 595539e into janavipandole:main Jul 2, 2026
12 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Synchronize style.min.css with style.css or automate minification

2 participants