Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Remove Duplicate Color Names #1

Open
AnshSinghSonkhia opened this issue Feb 26, 2024 · 0 comments
Open

Fix: Remove Duplicate Color Names #1

AnshSinghSonkhia opened this issue Feb 26, 2024 · 0 comments

Comments

@AnshSinghSonkhia
Copy link
Owner

AnshSinghSonkhia commented Feb 26, 2024

  1. Go to index.js
  2. Remove any duplicate color-names like in the below example, aliceblue is duplicate:
"aliceblue": [240, 248, 255],
"aliceblue": [20, 28, 25],
  1. Remove one of them & raise a pull request to merge changes.
  2. The pull request title should be in the format:
Removed Duplicate: color-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant