-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add gradients feature #1832
Add gradients feature #1832
Conversation
Splitting |
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.
This is good, but I have a couple extremely minor textual issues to fix.
features/gradients.yml
Outdated
@@ -0,0 +1,31 @@ | |||
name: Gradients | |||
description: The `linear-gradient()`, `radial-gradient()` CSS functions and their repeating counterparts create background that progress smoothly between multiple colors. |
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.
nits
description: The `linear-gradient()`, `radial-gradient()` CSS functions and their repeating counterparts create background that progress smoothly between multiple colors. | |
description: The `linear-gradient()` and `radial-gradient()` CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors. |
features/gradients.yml
Outdated
name: Gradients | ||
description: The `linear-gradient()`, `radial-gradient()` CSS functions and their repeating counterparts create background that progress smoothly between multiple colors. | ||
spec: https://drafts.csswg.org/css-images-3/#gradients | ||
# Todo: caniuse support needs to be reconciled for Safari and Firefox. |
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.
# Todo: caniuse support needs to be reconciled for Safari and Firefox. | |
# TODO: caniuse support needs to be reconciled for Safari and Firefox. |
Oh, on the question of splitting: I'm agnostic. If you want to split it, I'll re-review. But I suspect we'll want a way to address both and a |
I was on the fence about combining linear and radial gradients, but this mirrors Can I Use and MDN, and there isn't a separate support story.