fix: remove duplicate CSS variable '--br-circuit' in themes.ts#737
Conversation
✅ Deploy Preview for circuitverse ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughThe pull request removes duplicate CSS variable declarations for Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@Git-HimanshuRathi Can you please resolve merge conflicts? |
d890ee3 to
34b0135
Compare
|
@Nihal4777 it's done |
Nihal4777
left a comment
There was a problem hiding this comment.
@Git-HimanshuRathi Please apply the changes in v1 as well.
34b0135 to
12c23fe
Compare
Nihal4777
left a comment
There was a problem hiding this comment.
Thanks @Git-HimanshuRathi for the improvements. ✨

Description
This PR removes duplicate
--br-circuitCSS variable keys from the theme configuration files, which were causing Vite build warnings during development and production builds.Problem
The theme files contained duplicate object keys for
--br-circuit:This caused the following Vite build warning:
Testing
Build completes without duplicate key warnings
Theme functionality remains unchanged (visual verification)
fixes #733
Summary by CodeRabbit
--br-circuitfrom Default, Night Sky, and Custom themes.✏️ Tip: You can customize this high-level summary in your review settings.