-
-
Notifications
You must be signed in to change notification settings - Fork 4
fix: allow relative color syntax for rgb() #80
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
959f779 to
c3f4ceb
Compare
Pull Request Test Coverage Report for Build 17358731850Details
💛 - Coveralls |
|
@SwetaTanwar Can you check the lint failure? |
|
@snitin315 Done. |
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.
LGTM, thanks ⭐
@SwetaTanwar Let's also add a test case in the CSS repo once this patch is released.
|
@snitin315 I don’t understand how this was merged. Not only does it not address eslint/css#235 at all, but it also seems to be the wrong fix. Please revert and reopen the issue. |
@jaymarvelz I think you are mistaken, this PR directly address the mentioned issue, I have added test cases here to verify that the PR fixes the issue eslint/css#247 |
|
@jaymarvelz this comment was unproductive. If you believe there's something missing or a case that wasn't covered, please explain, don't just ask for a revert. @snitin315 I would have liked the opportunity to review this PR before it was merged. |
|
@SwetaTanwar thanks for looking into this. It looks like you created your own entries in The syntax you're using for With apologies, I'm going to revert this PR so we can continue to work on the details. I've opened an issue explaining what needs to be done: |
|
@SwetaTanwar @nzakas Apologies, I'll make sure to keep the PR open for a few days for further reviews. |
Prerequisites checklist
What is the purpose of this pull request?
Fix eslint/css#235
What changes did you make? (Give an overview)
Allow relative color syntax for rgb() and rgba(), following syntaxes are now valid:
Related Issues
Is there anything you'd like reviewers to focus on?