-
-
Notifications
You must be signed in to change notification settings - Fork 130
feat(app): Adding a function for generating random hex color values. #22
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
Conversation
✅ Deploy Preview for quicksnip ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please revert the fact that you put tags in snippets on multiple lines ?
Also, i don't think the Uppercase
is necessary, just put the letters as uppercase in the chars
.
Could you please revert the fact that you put tags in snippets on multiple lines ?
Perhaps it was due to Prettier?
Also, i don't think the
Uppercase
is necessary, just put the letters as uppercase in thechars
.
I agree with this one, too
Yeah probably due to some kind of formating tool, probably one that formats on save
Hey, we recently updated how snippets are stored, please update your PR to match the changes, you will be able to see how to add snippets in CONTRIBUTING.md
.
For ref: #87
Hey, changes were requested on your PR, but we got no news for more than a week, Closing this as stale.
Adding a simple JS function for generating random hex color values.